Rendered Image from parent table in PDF report

Hi everyone!

Is there a way to render an image that is located in the parent table in a PDF generated report? What formula should I use in the Google Docs template?

Thanks!

Solved Solved
0 5 428
1 ACCEPTED SOLUTION

@AlejandroCamacho
Thanks for the explanations. I may advise creating an IMAGE type virtual column in your Surveys table and retrieve the image from the Projects table with a de-ref expression i.e.

[Project Id].[Client Logo]

[Project Id] is your REF column in Surveys table referencing the Projects table and [Client Logo] is your logo image column in the referenced table. Please adjust them as per your needs.
You can then refer to this virtual column in your template:
<<[VirtualColumnName]>>

View solution in original post

5 REPLIES 5
Top Labels in this Space