Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

navigation frame

Hi All,

How to create navigation frame in Qlikview.

Tried with container object and Extensionable object.

If the user clicks the value , specific sheet should be activated.

Example :

Branch if user clicks on Branch summary , sheet 3 should be opened.

Please suggest me how to acheive and please find attached sample.

Thanks in advance

Regards,

Qlikview Sam

3 Replies
lironbaram
Partner - Master III
Partner - Master III

you can put a show/hide rule on the sheet so lets say the user select "Branch Summary" in

field SheetSelection

so in sheet3 put this rule

show sheet :

index(getfieldseletion(SheetSelection),'Branch Summary')>0

Alexander_Thor
Employee
Employee

Not a very elegant solution but this sample would do the trick.

Introduce sheetID as a field and leverage triggers for selections in your sheet name field.

This will activate your sheet. There is also a conditional show on a sheet that uses a variable and triggers aswell to hide/show your sheet depending on selection.

But I would probably do this with a document extension instead so you have a nice navigation pane that is dynamic, requires qv11 though

Lee_Matthews
Former Employee
Former Employee

Here is an extension object that might do the trick.

Alexander - would there be any benefit to doing this as a document extension?

http://community.qlik.com/docs/DOC-3702