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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
madhubabum
Creator
Creator

How to show hiding / minimizing Pivot chart

Hi all

I have declared 2 Variables Like

LET vMinDate = NUM(Date#('2014-01-01', 'YYYY-MM-DD'));    //FY13 and onward

LET vMaxDate = NUM(Date#('2016-12-31', 'YYYY-MM-DD'));   

Note : If i give LET vMaxDate = NUM(Date#('2015-12-31', 'YYYY-MM-DD')); 

Then the chart will be displayed other wise the chart will be minimized (Hiding)

So , How can we display the chart


If i can't selected the year then ..it will displays like the following ..

1.png

If i selected the particular year ..it will display the chart..

2.png

So.... How can i display the chart ....If i "CLEAR" it ..

Thanks

Madhu

2 Replies
Anonymous
Not applicable

Hi,

I'm not sure if I understand the problem. Would you be able to share the application ?

ramoncova06
Partner - Specialist III
Partner - Specialist III

hiding is different to minimizing

though you can add a conditional either in the layout of the document or the dimensions that you want to hide

create an if that shows "0"  for whenever you want to hide it and 1 for whenever you want to show it