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: 
chiranjivdas
Contributor III
Contributor III

How to override selection made in a selection box and display everything in a straight table


I have three companies in the selection box:

Company A

Company B

Company C

The straight table includes details about the company in the form of dimensions like headquarters, financials, employees, etc.

I want the straight table to show details of all three companies at once irrespective of which company is selected in the selection box.

Thanks,

CD

1 Solution

Accepted Solutions
Clever_Anjos
Employee
Employee

Add an expression like this count({1} Company) and then hide it into your Presentation Tab;

It will force your table to not consider your selections

View solution in original post

3 Replies
Anonymous
Not applicable

Chiranji

Have you looked at using alternate states, this Blog Post describes it quite well, Why Comparative Analysis.

It links to this pdf Why Comparative Analysis - Technical Brief.pdf that explains it

Give your Straight Table a dedicated Alternate State all of its own and leave yout 3 List boxes as is with the default.

Best Regards,    Bill


Clever_Anjos
Employee
Employee

Add an expression like this count({1} Company) and then hide it into your Presentation Tab;

It will force your table to not consider your selections

chiranjivdas
Contributor III
Contributor III
Author

Thanks. It worked.