Conditional Headers visibility help
Hello,
I am using two tables, named as Table1, Table2. Two tables has same headers, so i removed Table2 headers, and brought close to the Table1 (Almost attached to Table1), i did select an option that "Keep header visible while scrolling" in the Tablix Properties
-> Column Headers section (This is only for Table1),
While i am scrolling down the report, the headers are visible till table1, but i need the headers to be visible for the Table2 as well while scrolling down.
Kindly let me know if you are not with me.
Your solution would be much appreciated, thanks.
Kind Regards.
May 12th, 2011 4:46am
Hi,
As per your description, you want to show two tables as one table. To do this, you can use UNION/UNION ALL to join both the resultsets and then bind them to a single table. I believe this is the simpler way.MSBI Developer
Free Windows Admin Tool Kit Click here and download it now
May 12th, 2011 5:46am
Try this method to keep column header visiblewhile scrolling
http://hardik-bhavsar.blogspot.com/2011/03/keep-column-headers-visible-while.html
Thanks
____________________________________
Please
remember to mark the replies as answers if they help..
May 12th, 2011 2:18pm