Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

urgent explination?


sum({<month={'*'}>}sales)

what it gives ?  8 is for ignoring all?

or all selection?

1 Solution

Accepted Solutions
Gysbert_Wassenaar

month={'*'} means that the expression will take all month values that are not null into consideration even if the user selected specific months. The user selection of the month field is ignored by the expression.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Anonymous
Not applicable
Author

In this case will bring all selections of the field month.

To ignore selections, use just month=

Regards,

Gabriel

Gysbert_Wassenaar

month={'*'} means that the expression will take all month values that are not null into consideration even if the user selected specific months. The user selection of the month field is ignored by the expression.


talk is cheap, supply exceeds demand