Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
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