0
Hide empty image field when printing a report
I'm programming a solution that can have up to 10 images (with legend). When printing a report, I want to hide the empty image frames and legends. How can it be done?
1 reply
-
I was looking for a similar solution myself and I finally found one. I used the drop element if null in the conditioned output to drop the picture:
{d.img:ifEM:drop(img)}
https://docs.ninox.com/en/print/print-customization/formatters/conditioned-output
Content aside
- 1 yr agoLast active
- 1Replies
- 401Views
-
1
Following