Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Straight Table Question

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?

12 Replies
krishna_2644
Specialist III
Specialist III

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.

Not applicable
Author

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

krishna_2644
Specialist III
Specialist III

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)