Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Count For user selected value?

 

Hi,

Below is the code written for counting based on the selection of ActivityType.

Is it right or wrong?

=Count({$<ActivityYear = {2013},
ActivityMonth,
DueDate={"<=$(=Today())>"},
ActivityType={'$(#vActivityType)'},
ActivityWeek>} distinct Count

)

1 Reply
Not applicable
Author

Hey,

Should your distinct clause must not be just before set analysis ?  -->   Count(Distinct {<....>}Activity Week)