Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

i have listbox ?

Hi i have one list box showing data in inside the listbox in treeview

now my req is when i click on anywhere in the listbox  that my selection should be title of my chart

i tried with

getfieldselections(listboxname)  or getcurrentselection(listboxname)

but it is not working  may because of i am showing in treeview format ?

how to achieve this ?

7 Replies
senpradip007
Specialist III
Specialist III

Could you please upload sample qvw?

marcus_sommer

It's the fieldname - getfieldselections(fieldname)

- Marcus

senpradip007
Specialist III
Specialist III

Try this----- =SubField(Path, '/', -1)

simenkg
Specialist
Specialist

=Concat(FieldName,' ')

Anonymous
Not applicable
Author

try

=NameFieldListbox

Example:

='Sales:' &Country

the   result  will   be:

Sales + Selection Country

Sales: Europe

Anonymous
Not applicable
Author

in title    =getfieldselections(field name)

awhitfield
Partner - Champion
Partner - Champion

Hi Commonqlik,

the syntax is

=GetFieldSelections(Name)

See attached simple example

Andy