0

Print Images on PDF using Formula Field

Hi,

I have an image which I have pulled into a record from a different table, the image changes depending on the linked record, i.e. employee profile pic, or a map.

I'd like this image to appear in the PDF, but it instead just gives me "TC9.png" as text

The formula I'm using is simply: 'Allocated Properties'.'Linked to Property'.Map

4 replies

null
    • Richard_Bramall
    • 4 yrs ago
    • Reported - view

    Solved.

    I failed to realise the link through was one-to-many. Which even though the record I was experimenting with only had 1 link, the possibility of more than 1 was causing the error. Schoolboy error!

    Was as simple as changing formula to last('Allocated Properties'.'Linked to Property'.Map)

    • Richard_Bramall
    • 4 yrs ago
    • Reported - view

    Hi,

    I can't tell from the images what formula you have used to pull the image in. My issue was that the record pulling in the image was not a one-to-one, which would work, but it was a one-to-many, meaning you need to specify which of the 'many' possible linked records you are seeking to pull through as an image. For me it would always be the 'Last' record linked, and so if it is the same problem for you just use last('Link to Image.Here') .

    This is as far as my knowledge goes on this but I see Birger has already offered a screenshare to help you further

    • cyan_silver
    • 4 yrs ago
    • Reported - view

    The problem has been solved.Thank you.

Content aside

  • 4 yrs agoLast active
  • 4Replies
  • 1838Views