Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi!I have table:
and i want add table like this:
COUNT_RATING100 = SUM (Aggr (IF (Count([RATING])>='100',1,0 [ID])
If I filter by date(month), I have like this:
and that true
I dont know why COUNT_RATING100 is considered incorrect in first example
help