Skip to main content
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