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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how can i know whats dimension using on the pie chart?

I have a hierachy pie chart......but on the expression i need to create a IF based on dimension....

Anyone knowns how can i get what currently dimension is used in that moment?

tks a lot???

1 Solution

Accepted Solutions
Miguel_Angel_Baeyens

Hello Érico,

I'm guessing you mean you are using a drill down/cyclic group as dimension. If that's correct, use

GetCurrentField(GroupName)
to get the field currently selected.

Regards.

View solution in original post

2 Replies
Miguel_Angel_Baeyens

Hello Érico,

I'm guessing you mean you are using a drill down/cyclic group as dimension. If that's correct, use

GetCurrentField(GroupName)
to get the field currently selected.

Regards.

Not applicable
Author

Exacly this....pretty goof!!!!

tks a lot!!!