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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
helen_pip
Creator III
Creator III

Table and list box to not interact with each other

Hello

I have a table which is built on a a field called Description.

I also have a chart which the user can intrect with by making a selection from a list box called "Description"

As the table and list box are built off the same field, they are interacting with each other, however I want the table to remain static

How do I get the table to remain static, even though the user can intrect with the list box?

Any ideas?

Thanks

Helen

1 Reply
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

If you're using QV11 you can define an alternate state on the General tab of the document properties window and then assign that alternate state to the chart on the General tab of the chart properties window. If you're using QV10 you can try using set analysis expressions. Sum(Sales) would become Sum({1}Sales) to ignore all selections or Sum({<Field1=>}Sales) to ignore selections in the field Field1.


talk is cheap, supply exceeds demand