Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
bvssudhakar
Creator III
Creator III

how to variable value's name in text object / KPI in Qlik Sense

Hi All,

 

I Have Created a Variable for Manager Id.. Now I want to show that Manger Id related name into textbox of KPI... Can you guys please suggest me how to achieve this. I have used this expression but no luck

if(ManagerId='$(v_ManagerId)', ManagerName) ..... not working . Itried by removing quotes for variable then also it's not working.

 

Please help me out from this

 

Thanks in advance

 

Regards,

BVSS

Labels (3)
1 Solution

Accepted Solutions
Kushal_Chawda

@bvssudhakar  try below

=only({<ManagerId={'$(v_ManagerId)'}>}ManagerName)

View solution in original post

2 Replies
Kushal_Chawda

@bvssudhakar  try below

=only({<ManagerId={'$(v_ManagerId)'}>}ManagerName)
bvssudhakar
Creator III
Creator III
Author

@Kushal_Chawda ,

 

Thank you Very much for your quick response 😀.  It's Working😀😀