Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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

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