Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I have created a Drill down group and in that all are calculated expressions and i have given a label name for each expression.
Now my issue is i am unable to get the Label name in the listbox.
Sreenivas,
I have tried something similar once. A label would pop up on regular dimensions in a list box while the title will still be the name of the group/cyclic dimension but I don't think that's possible for calculated dimensions in a list box.
Regards,
-Khaled.
try using subfield function like
subfield(fieldname,'//',2)
I've worked around this in the past by using a pick(match()) expression for the label.
Pick(Match(getCurrentField(group),'=expresion1', '=expression2')
, 'Label1', 'Label2')
-Rob