Skip to main content
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!