Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

count regards of all selections in set analysis

Hi all,

I just cannot seem to have this expression right to devoid any selection I even tried to you the {1} but to no avail.

=COUNT({<Date={'<=$(vMaxDate)'},Year=,Month=,Week=,Quarter=,iDay=>}DISTINCT FIELDNAME)

=COUNT({1}{<Date={'<=$(vMaxDate)'}>}DISTINCT FIELDNAME)

Please help!!!

1 Reply
sasikanth
Master
Master

Try like this =sign missing

=COUNT({<Date={'<=$(=vMaxDate)'},Year=,Month=,Week=,Quarter=,iDay=>}DISTINCT FIELDNAME)

or

=COUNT({1}{<Date={"<=$(=vMaxDate)"}>}DISTINCT FIELDNAME)