Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
@bvssudhakar try below
=only({<ManagerId={'$(v_ManagerId)'}>}ManagerName)
@bvssudhakar try below
=only({<ManagerId={'$(v_ManagerId)'}>}ManagerName)