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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
sreenivas
Creator III
Creator III

Label display issue in Listbox

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.

1 Solution

Accepted Solutions
Anonymous
Not applicable

try using subfield function like

subfield(fieldname,'//',2)

View solution in original post

3 Replies
Not applicable

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.

Anonymous
Not applicable

try using subfield function like

subfield(fieldname,'//',2)

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

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