Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Return dimension based on other dimension

TextBox.jpg

Similar to SQL :

select F2 where F1='test2'

the result in to the text box should be Canada

Thanks

2 Replies
hector_munoz
Specialist
Specialist

Hi,

Try this inside text box: =If(F1='test2', F2)

Regards,
H

Not applicable
Author

Thanks. I did it with Aggr function as actual data has more grouping.