Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
madhubabum
Creator
Creator

How to display Hiding or Minimizing 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

0 Replies