Skip to main content
Announcements
The way to achieve your own success is the willingness to help somebody else. Go for it!
cancel
Showing results for 
Search instead for 
Did you mean: 
mpalha
Contributor III
Contributor III

Changing Field Values of Restricted Filter

Hello,

I have a dimension field with values '1' and '2' and I set this field to single selection. I would like to use this field as a filter but have the values changed to another name. However with single select, the value automatically appears in the filter pane with the original values. How do I change the values in the filter to show different names? 

Thanks

Labels (1)
1 Solution

Accepted Solutions
rubenmarin

Hi @mpalha, I think it will be better if you have another field with the values you want to show:

If(Field=1, 'Text1', If(Field=2, 'Text2')) as AnotherField

View solution in original post

1 Reply
rubenmarin

Hi @mpalha, I think it will be better if you have another field with the values you want to show:

If(Field=1, 'Text1', If(Field=2, 'Text2')) as AnotherField