Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
beck_bakytbek
Master
Master

label problem in expression

Hi Folks,

i got a situation: where i use this expression:

if($(vGB)=1,KlassierungKST1Bezeichnung1,[Geschäftsbereich] ), this expression does work good, but if select within my fields, so above in tab i see my expression (please see attached example),

instead of expression i want to see only a label, for instanse: GB

thanks a lot

beck

1 Solution

Accepted Solutions
Patrik_Lundblad
Employee
Employee

The drill down issue I think your post describes very well.

The new functionality for single dimensions in 3.2 looks like this.

Create a dimension and give it a name

Dimension.PNG

The name is now used in the selections bar

Selection.PNG

For drill down the expression will be shown

Drilldown.PNG

But I just realized that there is a workaround for now.

If you add the expression you use in the drill down as a separate library item then we will find that in the list and use that label

Workaround.PNG

Regards,

Patrik.

View solution in original post

18 Replies
Anonymous
Not applicable

Beck, Have you tried giving a label to the expression??

beck_bakytbek
Master
Master
Author

Hi Shiva thanks a lot for your feedback,

i tried to implement it and have on table a label, but if i beginn to select a value then i can see above in tab my expression, no my label,

beck

Patrik_Lundblad
Employee
Employee

Hi Beck,

If you use Qlik Sense 3.2 and if you add the expression as a dimension in the library then the name of the library item will be shown instead of the expression.

Regards,

Patrik.

beck_bakytbek
Master
Master
Author

Patrik,

thanks a lot for your feedback, you are right, i use in this case a dimension (drill down in my table), what can i do in this case to solve this issue? do you have any idea?

thanks a lot

beck

Anonymous
Not applicable

Oh sorry, You are referring to current selections.

Beck, we should follow some work around like showing current selections in text box (with customized expression.)

I think we cant label the fields being shown in current selections.

Patrik_Lundblad
Employee
Employee

Hi Beck,

True, that is something that won't work for you right now as drill downs don't have individual names per level.

Regards,

Patrik.

OmarBenSalem

Unfortunately, we wan't change the labels in the current selection bars of Qlik Sense.

It will always show the expression if your dimension is calculated.

The only way show the label is to calculate your dimension in the script and then use it

beck_bakytbek
Master
Master
Author

Hi Shiva,

Thanks a lot for your help, i am trying to find solution to this issue, by doing in script and if i have a solution, i will post it here in this thread

thanks a lot

beck

beck_bakytbek
Master
Master
Author

Thanks a lot for your feedbak Omar