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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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
Partner - Champion III
Partner - Champion III

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
Partner - Champion III
Partner - Champion III

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