Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guyz,
I am new to QlikView and completely stuck at a point.
I have a straight table and around 3 list boxes. Normally Table gets updated as soon as we select a item in list box, But my requirement is Table should not get updated till we select all the filters. It should be updated only after selecting all the filters and upon clicking on "Go" button. Till then straight table should not display any data.
How can I do this?
Alternate States is a different concept.
I guess its time consuming task in your case/requirement.
Using variables is preferred as you have a button which processes the selections into your chart.
Thanks a lot Chaitanya.
One last question. Suppose I have more filters, Say 15..Then this concept of variables work?
Thanks a lot again,
Prasant
Absolutely.
But make sure you specify all those filters in the condition.
i.e if(GetSelectedCount(Year)>=1 and GetSelectedCount(Quarter)>=1 and GetSelectedCount(Month)>=1,
GetSelectedCount(filter4)>=1 and GetSelectedCount(filter5)>=1 .... and GetSelectedCount(filter15)>=1,'Go',0)
How to acheive the same in qliksense