Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How can we select a value from listbox and display it in text box?

Hi all please help me out for the above question.
I have values in the listbox loaded whenever a user selects a particular value from listbox it need to be displayed in textbox field.

As I am new to Qlikview i couldn't make it out.please help me.Urgent.

Thanks in Advance
Sravani.k

5 Replies
Not applicable
Author

how can we display a value in text box when we select a value from listbox...

Thanks in Advance.


fernando_tonial
Partner - Specialist
Partner - Specialist

You can try this functions.

GetFieldSelections(Field) or

GetCurrentSelections()

Best Regards.

Tonial.

Don't Worry, be Qlik.
Not applicable
Author

In the text box, write this expression: =GetFieldSelections() For example: GetFieldSelections([output 1])

Anonymous
Not applicable
Author

Hi ,

write this expression in textbox =GetCurrentSelection(FieldName )

jagan
Luminary Alumni
Luminary Alumni

Hi,

Try GetFieldSelections(DimensionName) or Only(DimensionName) (This works only if you select one value)

or MaxString(DimensionName)

Hope this helps you.

Regards,

jagan.