Skip to main content

App Development

Discussion board where members can learn more about Qlik Sense App Development and Usage.

Announcements
Qlik Cloud Maintenance is scheduled between March 27-30. Visit Qlik Cloud Status page for more details.
cancel
Showing results for 
Search instead for 
Did you mean: 
nurmahirahaqila
Contributor III
Contributor III

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

nurmahirahaqila
Contributor III
Contributor III
Author

Thanks sushil