Hello! I have a report template that I'm using and have an issue. I have a single page set to landscape with the following lines at the top:
Plan:
${#pic} ${$file | getValue:"" | size:500:0} ${/}
When the report is generated, the image is always placed on the following page. If I set the page orientation to portrait, it works properly and the image is placed directly below the "Plan" text, all on one page.
How can I get the image to display on the same page while set to landscape orientation?