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: 
Not applicable

What is $:: in set analysis for?

Hi,

What is $:: in set expression for?

Example: Sum({[Group 1]<[Product Sub Group]=, Path = $::Path, Region = $::Region, Year = $::Year, Quarter = $::Quarter, Month = $::Month>} Sales)

Thanks

1 Solution

Accepted Solutions
Not applicable
Author

Just found the answer from another thread.

"

     $:: is to use the selection in the default state filters.instead of $ you can specify the group name to synchronize with it

"

Credit to: Celambarasan


View solution in original post

1 Reply
Not applicable
Author

Just found the answer from another thread.

"

     $:: is to use the selection in the default state filters.instead of $ you can specify the group name to synchronize with it

"

Credit to: Celambarasan