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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

set analisys troubles

Hi,

I'm becaming a bit crazy. I'm trying to sum all sales for a certain month. If I do this

sum({<SALES_MONTH={'10'}>} SalesAmount)  it works

If I do this:

=sum({<SALES_MONTH={" = $(=(SELECTED_MONTH))"}>} SalesAmount)

I always get nothing.

Is there anyone who can help me ? What I'm doing wrong ?

Thanks in advance

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Solved!!!

I used the following syntax:

sum({<SALES_MONTH={"$(=only(SELECTED_MOTNH))"}>} SalesAmount)

View solution in original post

1 Reply
Anonymous
Not applicable
Author

Solved!!!

I used the following syntax:

sum({<SALES_MONTH={"$(=only(SELECTED_MOTNH))"}>} SalesAmount)