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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hide and display reports on one page

Hi,

In my project there are several KPI's which I want to display as a f,.e. pivot table/straight table. By clicking on one of these KPI' s I want to display reports (between 1-3) on the right site of my page. These reports should be displayed at the moment of clicking on the KPI and should be gone at the moment that I click on another KPI. Is this possible or should I create a new tab with the reports for each KPI (consequence=a lot of tabs...)???

Furthermore; is it possible to load a cube into Qlikview (I guess so, but is there any documentation about this topic??)

Thnx in advance

Maarten

3 Replies
Not applicable
Author

Hi Maarten,

May be u r looking something like this, which was previously posted by someone in this forum

regarding ur second question.. I saw that a cube can be loaded into QV but I did not do it. I did not see any documentation either. May be someone has it.

[View:http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Components.UserFiles/00.00.00.49.52/Aesthetics_5F00_Demo_5F00_Brochure.qvw]

Regards

Sravan

Not applicable
Author

Hi Sravan,

Sorry for the late respons, have been in holidays for a couple of days.....Eitherway, thnx for the demo, it was very usefull! Problem with this demo was that in some cases only 1 and in other cases more then 3 reports had to be displayed.... For this moment i solved the problem by selecting a report, properties, tab=layout and then the item "show" --> conditional. As expression i use following statement:

if



( KPIDescShort<> '1.1', 0=1, 1=1 )

By doing this the report is only displayed if I click on a KPI with the short desc 1.1 and will disappear if nothing is selected..

Thnx for your support

regards

Maarten

Not applicable
Author

Hi Savran,

tried to send my respons but the system generated an error and do not know if my first reaction was send or not....

Let's try it again:

Your demo was very usefull, but i solved the problem in another way:

select your report--go to properties--select tab "layout" -- go to item "show" and choose "conditional" -- in the expression box -->

if



( KPIDescShort<> '1.1', 0=1, 1=1 )

this will do the job for now...

P.s. sorry for late reaction, have been in holidays for a couple of days...

Thnx for support

regards

Maarten