Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI,
I am new to this group and would like some help. Actually I am creating a Dashboard in Qlikview and I want to navigate between the sheets. I don't want to display Tabs. Please have a look on the attached screenshot. Like if I click on dashboard I can just view Dashboard only and if I click on Items sold link or hyperlink I can only saw sheet for items sold. Tabs should not visible. Please help. Thanks you
You have to use Conditional Show/hide using variables
Define variables with initial values as 0
vSummary
vItemsSold
VProfits
etc
Now, on each sheet properties, under general tab, select conditional show and stick the respective variables
on the buttons, add action with action type as external, set variable, select respective variable and set the condition
value as ex: Not vSummary
hth
Sasi
Hi,
There is an option to hide the tabs. 'Hide Tabrow' in the Document properties -> General Tab.
Then create a Text Box / Button, in the object properties -> Action -> Layout -> Activate Sheet -> "give the sheet object id"
Attached the Sample.
Dear Sasidhar Parupudi and Settu Periyasamy
Many thanks for your help. I got an idea and fixed my issue. Thanks