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: 
erichshiino
Partner - Master
Partner - Master

Grouped dimension / Total Modifier

How can I use total modifier ( sum (Total<FIELD>) ) when my dimension is actually a grouped dimension?

Kind regards,

Erich

1 Solution

Accepted Solutions
Not applicable

Hello,

Do you mean something like this?

=SUM(Total <$(=GetCurrentField(GroupName))> Sales)

GetCurrentField returns the current active field of your group dimension.

Steve

View solution in original post

1 Reply
Not applicable

Hello,

Do you mean something like this?

=SUM(Total <$(=GetCurrentField(GroupName))> Sales)

GetCurrentField returns the current active field of your group dimension.

Steve