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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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)