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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Problem with expression

Hi:

I have problems with the following expression:

=sum({$<MesAño={ $(vMesAnoAct) }>} Ventas)

But if the date specified explicitly, as shown below, if it works:

=sum({$<MesAño={ 'Sep-2012'}>} Ventas)

I checked the field and variable  format and are equal

Thanks...

2 Replies
MayilVahanan

HI

Try like this

=sum({$<MesAño={ '$(vMesAnoAct)' }>} Ventas)

Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Not applicable
Author

Thanks

It works fine