Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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)