Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
@Neha121 try below expression in your variable
=only({<Uid={'$(vUser)'}>}[User Name])
@Kushal_Chawda Hi.. Kushal.. doesn't work
@Neha121 please share sample data and expected output