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

help with current selection

In one of my Qliksense apps, I'm creating calculated dimension , when I make selection it shows expression in my current selection bar . I don't want to see expression but dimension label.  how to do that .

if(not match('New*',<Field>') .

I would don't want these fields to be taken out from datamodel layer. otherwise that's would have been best option.

pls suggest

1 Solution

Accepted Solutions
sunny_talwar

calculated dimension in a chart? or filter box? May be try this:

Aggr(Only({<FieldName1 -= {'New*'}>} FieldName2), FieldName2)

View solution in original post

2 Replies
sunny_talwar

calculated dimension in a chart? or filter box? May be try this:

Aggr(Only({<FieldName1 -= {'New*'}>} FieldName2), FieldName2)

arusanah
Creator II
Creator II
Author

Thank youuuuuuuu Sunny ,don't know how i would I survive without your help !!!