Hello,
I am having a problem with displaying column headers where there is no detail information. My report requires two queries and a Master/Detail relationship between them. Here is my example:
Query1 Query2
Grant Fund
G1 F1 Person AFund Salary
G1 F2 Person AFund Salary
Person AFund Salary
G1 F3 J. Smith F3 $10,000
G1 F3 S. Jones F3 $15,000
The report is a list within a list. Query1 is the Master. The join is where Query1 Fund=Query2 AFund.
What I hope the above diplays is that I am always getting the column headings even when there is no detail data in Query 2. I want to hide these headings.
So, I added a Box and put all of the List from Query2 within the box. I then created a variable where Fund=AFund. If the condition=Yes then there is no change in Styling. However, if the condition=No, then I have a box type of "None", which should hide the Query2 list.
However, the above is not working. I am always getting the all column headings, even when there is no detail data. Does anyone know how to do this?
Thanks
I am having a problem with displaying column headers where there is no detail information. My report requires two queries and a Master/Detail relationship between them. Here is my example:
Query1 Query2
Grant Fund
G1 F1 Person AFund Salary
G1 F2 Person AFund Salary
Person AFund Salary
G1 F3 J. Smith F3 $10,000
G1 F3 S. Jones F3 $15,000
The report is a list within a list. Query1 is the Master. The join is where Query1 Fund=Query2 AFund.
What I hope the above diplays is that I am always getting the column headings even when there is no detail data in Query 2. I want to hide these headings.
So, I added a Box and put all of the List from Query2 within the box. I then created a variable where Fund=AFund. If the condition=Yes then there is no change in Styling. However, if the condition=No, then I have a box type of "None", which should hide the Query2 list.
However, the above is not working. I am always getting the all column headings, even when there is no detail data. Does anyone know how to do this?
Thanks