TL;DR: Is there a way to see all (visibility) expressions at work on a report?
I'm quite new to SSRS. I'm working on a report which will contain 2 tables, as below:
I have one data set, which contains one row for each YearMonth for each KPI.
I wanted to create 2 tables containing KPIs. One would show only the data relating to the KPIs in KPICat1, the other KPICat2.
That seemed straight forward.
- Create one big table with all the KPIs and hide some rows in the middle to give the illusion of 2 tables.
Or
- Create 2 separate tables, and use the show/hide based on expression tool.
I chose to do it the latter way.
My problem now is that both tables are exhibiting conditional visibility behaviour, but when I try to change the behaviour, all of the visibility menus (for every cell, row, column, and tablix) appear to be set to show all by default (and not based on expression).
I know I could start again and likely manage the whole task without any problems. However, is there a way to see all (visibility) expressions at work on a report?, and if not, what would you recommend for troubleshooting this problem?