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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Renaming a dimension

Hi all,

I'm quite clueless how to renaming a dimension , does anybody have any idea how to rename an undefined to '-'.

region.PNG

Appreciate for anyone's help on this.

1 Solution

Accepted Solutions
sushil353
Master II
Master II

hi,

you can do it from backend..

If(REGION = 'UNDEFINED','',REGION)

HTH    

Sushil

View solution in original post

2 Replies
sushil353
Master II
Master II

hi,

you can do it from backend..

If(REGION = 'UNDEFINED','',REGION)

HTH    

Sushil

Anonymous
Not applicable
Author

Thanks sushil