Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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......
Did you try "Sheets" toolbar?
If Possible can you please explain it clearly
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
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 Just like this,I need to show different reports...
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.