Suppose I have 3 input parameters in my OBIEE data model: A, B, C.
Suppose the SQL query only returns results for parameter A. Thus, my XML only has results for A.
In my RTF word document, I want to display a "No Results" message for parameters B and C. How do I do this?
I am able to access ALL of the input parameters A, B, and C. But I'm not sure how to "search" for them in the XML.
I am on OBIEE 12c and Informix 11g.