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

Announcements
Qlik Named a 7-Time Gartner® Magic Quadrant™ Leader: See the 2026 Report
cancel
Showing results for 
Search instead for 
Did you mean: 
rcandeo
Creator III
Creator III

Is there a way to make a selection depending on the chart?

Hi, I have an application that shows me the sales order approved and not approved.

In this application I have 2 charts (dinamic tables) and on each chart I wanna select diferent data.

On the first chart I need to see STATUS='APPROVED' and on the second chart I need to see STATUS='NOT APPROVED'

Is there a way to make these selection automatically when my user open the chart?

Thank You

Labels (1)
1 Solution

Accepted Solutions
lironbaram
Partner - Master III
Partner - Master III

you can use set Analysis in your expression

in the first table use {<STATUS={APPROVED}>}

in all ypur expressions

in the second table use {<STATUS={"NOT APPROVED"}>}

View solution in original post

3 Replies
lironbaram
Partner - Master III
Partner - Master III

you can use set Analysis in your expression

in the first table use {<STATUS={APPROVED}>}

in all ypur expressions

in the second table use {<STATUS={"NOT APPROVED"}>}

Not applicable

Hi,

Can't you just use Set Analysis?

Halmar

rcandeo
Creator III
Creator III
Author

Thank You