I’m building a QlikView dashboard including 3 reports (Report menu in the toolbar) and in both them I need to manage the view possibilities via the “Conditional Show” option.
I already implemented the solution to hide a report from the report list, trying the following conditions and setting 'Show all Sheet and Object' (from security tab) to false:
- = 1=0
- 1=0
- if(1=0)
- = if(1=0)
- if(1=0,1,0)
- =if(1=0,1,0)
The problem is that the same condition used in the Conditional Show perfectly works in the dashboard tabs but not in the report list where it simply is ignored at all (the entire list remains visibile).
I had a look in the community and in the manual but, apparently, there’s no distinction between dashboard tabs and report list in the Conditional Show settings.
Did someone face the same issue? Do you have any solution?