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: 
Sharbel
Contributor III
Contributor III

count

Hello,

I created an expression but unfortunately it is not working:

=Count({$<WeightGram<{1750}, Date = {">=$(v_MonthStart_LastMonth)<=$(v_Today_LastMonth)"} >} WeightGram)

Error message: Error in set modifier expression

Any idea why?

Thanks

2 Replies
Vegar
MVP
MVP

Do an adjustment like this:

=Count({$<WeightGram={"<1750"}, Date = {">=$(v_MonthStart_LastMonth)<=$(v_Today_LastMonth)"} >} WeightGram)

Sharbel
Contributor III
Contributor III
Author

Thanks a lot!