Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
alenb
Partner - Contributor III
Partner - Contributor III

Expression to find all items in a column

I have a table like this.

 

User, Team A, Team B

XY, admin, user

AB, user

 

I want to get for the User  which value it has for certain team. 

 

 

 

 

 

 

 

 

1 Solution

Accepted Solutions
Frank_Hartmann
Master II
Master II

try this in textbox:

=only({<User={'XY'}>}[Team A])

result will be "admin"

 

View solution in original post

1 Reply
Frank_Hartmann
Master II
Master II

try this in textbox:

=only({<User={'XY'}>}[Team A])

result will be "admin"