Hi All -
I have a single page report with several sections, each of which have an associated "indicator" (green light or red light image) that is rendered based on a conditional variable.
The problem I am having is that each conditional variable is based on components from a different query, but I can only assocate a single query to the page (Query property of the Page object).
Can someone tell if there is a way to use multiple conditional varables - each derived from a different query - on the same page?
Thanks in advance!
Have you tried using an Advanced Conditional Variable?
Try associating each query to a singleton, and placing the sections in the singletons.
Using singletons did the trick. Thanks so much for the tip!