Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Do an adjustment like this:
=Count({$<WeightGram={"<1750"}, Date = {">=$(v_MonthStart_LastMonth)<=$(v_Today_LastMonth)"} >} WeightGram)
Thanks a lot!