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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
adamgaox
Creator
Creator

sum({$* and sum({

what's the difference between sum({$*< and sum({<?

5 Replies
oknotsen
Master III
Master III

If you remove the star, there is no difference.

With star, I don't know.

May you live in interesting times!
marcus_sommer

There is no differences between them.

- Marcus

swuehl
MVP
MVP

If you are using alternate states,

{$< ... will reference the default state, while {< ... the inherited state

effinty2112
Master
Master

{$*< ...>} will return a set that is the intersection between $ and <...>. $ is the set of selections in the document and this character can be omitted because this is the default set. So can remove $* from {$*< ...>} to leave only {< ...>}.

oknotsen
Master III
Master III

Sweet. I did not know that. Thanks!

May you live in interesting times!