Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Straight Table Chart - Forced Field

Hi,

The attached screenshot shows a page I have mocked up. In the bottom right corner is a Straight Table chart called Form Guide. You can see that I currently have Team = "West Ham" selected. Can you please advise how I can force the straight table to always display data when the Team field in this table = West Ham. I have tried a few conditional formats but they make the data disappear unless I manually select the team. I would like the table forced to display all data for a certain team. Is this possible?

form guide.png

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Add Set Analysis in the Straight Table expression to force it to only evaluate for West Ham, maybe something like :

     = only ( {<Team={'West Ham'}>} Form)

View solution in original post

3 Replies
prabhu0505
Specialist
Specialist

Share the mocked up dashboard.

Anonymous
Not applicable
Author

Add Set Analysis in the Straight Table expression to force it to only evaluate for West Ham, maybe something like :

     = only ( {<Team={'West Ham'}>} Form)

Not applicable
Author

Many thanks Bill, that's perfect !