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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Front End

Hi

I want to display the textobjects in my front end with the chart displaying the corresponding value in the text object??????

anyboby is having a sample application regarding the same ????????????????????????????

3 Replies
sivarajs
Specialist II
Specialist II

use getcurrentselections keyword in your textbox

SivarajS

raviityou
Partner - Creator
Partner - Creator

check out sample QVW

amit_saini
Master III
Master III

Manish,

You this:

='Name'&chr(32)&if(GetSelectedCount(Your_Filed)>0,'- '&GetFieldSelections(Your_Field))

Thanks,

AS