I've created a pivot table that has 3 columns: User, CreationDate, TargetDate.
TargetDate has negative, 0, and positive numbers.
I am trying to build a pivot table that will show the count of numbers greater than 0, and for a particular month of the year. When I do this, the pivot table does not appear to be filtering the dates and is returning the count of all fields greater than 0.
For example, if I have 71 rows greater than 0, but only 6 for the month of August, the pivot table returns 71.
What is going on??
TargetDate has negative, 0, and positive numbers.
I am trying to build a pivot table that will show the count of numbers greater than 0, and for a particular month of the year. When I do this, the pivot table does not appear to be filtering the dates and is returning the count of all fields greater than 0.
For example, if I have 71 rows greater than 0, but only 6 for the month of August, the pivot table returns 71.
What is going on??