Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
mparker123
Creator
Creator

Show Dashboard

Hello Everyone,

I created text objects with a "Select in Field" actions in order to hide sheets (Att. Text Objects). I created a variable called vViewMode to perform the action. Because I have two text objects with actions on the same sheet when I open my QlikView document I don't see anything until I click on one of the Text Objects. I want the dashboard underneath the 'Complete Project Overview box to be displaying until I click on the 'Complete Project Gantt Chart'.

1 Reply
marcus_malinow
Partner - Specialist III
Partner - Specialist III

Hi Matt,

I'm presuming that you have a data island table here to control visibility, and a condition possibly based on GetFieldSelections(DataIslandFieldName)?

If so, on your default object you could add an additional condition of 'OR IsNull(GetFieldSelections(DataIslandFieldName))'

My preferred way of dealing with these sorts of requirements is using a simple toggle variable. In your text objects set the variable to 0, 1, 2, or whatever, and check the value of the variable in your conditional display.

Marcus