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: 
fangzheng
Contributor
Contributor

set expression in aggregation function

Hi 

Anyone know the the difference between below two expression:

I was using the second one because just aware of the identifier today, but not sure what is the default identifier if the user does not specify any

Count({$<Year={2009}>} distinct customer)

Count({<Year={2009}>} distinct customer)

1 Reply
NageshSG
Partner - Contributor III
Partner - Contributor III

Hi @fangzheng 

When identifier is not specified in set statement it is defaulted to $.

In the example you have given, both the expressions are treated alike. Hope this helps.