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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Neha121
Contributor III
Contributor III

Reading data from table using variable.

Hi All,

I have a variable on dashboard vUser = 'U2' . I want to fetch "Tom" in another variable on dashboard and use that variable to show it as text value next to the chart.  I have a table as below in load script.

User Table
Uid User Name
U1 John
U2 Tom
U3 Mark

3 Replies
Kushal_Chawda

@Neha121  try below expression in your variable

=only({<Uid={'$(vUser)'}>}[User Name])
Neha121
Contributor III
Contributor III
Author

@Kushal_Chawda Hi.. Kushal.. doesn't work

Kushal_Chawda

@Neha121  please share sample data and expected output