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

simple set analysis doesn't work

Hi,

I can(t understand why this simple expresion does not return any value in my chart (or table)

sum({$<id_scenario = 1>} ca_prod)

"id_scenario" is the filter (and the value "1" exists in database)

ca_prod is an existing field of the database

Can someone help me ?

Thanks in advance

1 Solution

Accepted Solutions
Not applicable
Author

HI

try this:

sum({$<id_scenario ={ '1'}>} ca_prod)

regards

View solution in original post

2 Replies
Not applicable
Author

HI

try this:

sum({$<id_scenario ={ '1'}>} ca_prod)

regards

Not applicable
Author

Thanks, it works

even with : sum({$<id_scenario ={1}>} ca_prod)