Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
tchovanec
Creator II
Creator II

Get Name from Expression Cyclic Group

I have 2 expressions that I have grouped together to create an expression cyclic group. I am trying to find a way to figure out which expression the cyclic group is currently using, is this possible? Any help would be appreciated. Thank you

1 Solution

Accepted Solutions
swuehl
MVP
MVP

I don't think you can easily retrieve the expression label.

Maybe John's suggestions posted here

http://community.qlik.com/message/8097#8097

can help you. Basically you create another dimension group that will determine the expressions you are using (pick() the right expression by calling GetCurrentField( Expression_Group ))

Hope this helps,

Stefan

View solution in original post

3 Replies
salto
Specialist II
Specialist II

Hi,

try using getcurrentfield(NameOfCyclicGroup)

Hope this helps!

swuehl
MVP
MVP

I don't think you can easily retrieve the expression label.

Maybe John's suggestions posted here

http://community.qlik.com/message/8097#8097

can help you. Basically you create another dimension group that will determine the expressions you are using (pick() the right expression by calling GetCurrentField( Expression_Group ))

Hope this helps,

Stefan

tchovanec
Creator II
Creator II
Author

That was exactly what I needed. Thanks