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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
dwenlvov
Contributor II
Contributor II

Incorrectly counts when filtering

Hi!I have table:

DATEIDRATING
2020-12-01101
2020-12-03132
2020-12-03103
2020-12-05112
2020-12-01153
2020-12-03135
2020-12-03155
2020-12-05104

 

and i want add table like this:

DATECOUNT_RATING100
2020-10645
2020-11725
2020-1257

 

COUNT_RATING100 = SUM (Aggr (IF (Count([RATING])>='100',1,0 [ID])

If I filter by date(month), I have like this:

DATECOUNT_RATING100
2020-115648

and that true

I dont know why COUNT_RATING100 is considered incorrect in first example

help

Labels (1)
0 Replies