Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
please help me.
I created a group expressions with three metrics: Sales, Non_Retail, Farmacy. I grouped this metrics and this work very well. I would like to see the label expressions when i change the selection. I think, i should use a text object, but what function could i use?
Thanks
Hi,
Try this,
=GetCurrentField([GroupName])
This gives the group name like Sales, Non_Retail, Farmacy what you select currently.
Hope it helps.
Hi Mayil,
Thanks, but i don't have GroupName, because this is a expressions group and this groups don't have name

hi,
Its not possible in qlikview. In dimension only we can set using "Edit Group". But not in expression group.
And..... if i create a text box, it' isn't there function for i get the expression name?, for example, to get 'Sell In%' or 'Farmacy' when i change the selection?
Hi,
Its not possible to get the expression name in text box. You can get the dimension "group name" by using GetCurrentField([GroupName]) or expression value by using expression in textbox not expression name.
Hope it helps
ok, thanks
please check this
hope help
Fernando