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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
polisetti
Creator II
Creator II

Navigation key


Hi ,

I created 10 different dashboards (like ex:sales,market,shares,etc..) now the problem is i want a navigation key in the first dashboard (for ex:my first dashboard is sales ,in the sales dashboard i need a object at the top of chart ,when you click on that object a dropdown list should apper ,and in that list i should see all the dashboard links )when you click on that link it should go to respective dashboards.

How to do this ,Is there any idea's.......

(I think we can do it by using Inline ,But i am not getting exact solution to do it )

Give me any guidelines......

5 Replies
Anonymous
Not applicable

Did you try "Sheets" toolbar?

polisetti
Creator II
Creator II
Author

If Possible can you please explain it clearly

Anonymous
Not applicable

Sorry...

In the QV desktop, when you right-click anywhere on the toolbar or menu area, there is a pop-up menu where you can allow toolbars.  I use only Standard and Navigation.  Check the Sheets, checkbox.  See if it gives you what you need.

You can do the same on the QV Server-based applications, if the client is IE plugin.  Otherwise you need data island with the list of sheets (probably what you meant in your question) or a variable.

Regards,

Michael

polisetti
Creator II
Creator II
Author

There are list of reports means list of different QVW applications....By using the any variable or using any action .....Just check the screen short QV community.PNGQV community1.PNGJust like this,I need to show different reports...

Anonymous
Not applicable

I thought that you "dashboards" are sheets.  I see that you mean QV applications.

Your drop-down object looks like a field Report which contains the list of applications.  If this is true, you need to create action in your "Go" button:

Action: Open QV document

Document: =only(Report)

It will work if all your QV applications are located in the same folder.  Otherwise you need the Report field to contain the full path.  Or better have two fields in your data island - Report and FullPath, and use Report for drop-down and FullPath in Action, i.e. Document: =only(FullPath)


You can also try actions Launch and Open URL, especially if your applications are on QV Server.