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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Get Current Dimension Value

Hello.

I have a Chart (table) with Cyclic Group as a Dimension.

I Have two views in the groups and I need to change calculations based on wich Dimension is activated.

How can I get currently selected Dimension value?

Labels (1)
1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

Something Like this...

SUM(Aggr(SUM(InvoiceValue),$(=GetCurrentField(CyclicGroupName))))

View solution in original post

2 Replies
MK_QSL
MVP
MVP

Something Like this...

SUM(Aggr(SUM(InvoiceValue),$(=GetCurrentField(CyclicGroupName))))

vikasmahajan
MVP
MVP

Hii

Please try  GetCurrentField(Div_Qtr)='Division'

Div_qtr will be cyclic group name and  ='Division'  will be value to check

Hope this help you

vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.