Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
how can we display a value in text box when we select a value from listbox...
Thanks in Advance.
You can try this functions.
GetFieldSelections(Field) or
GetCurrentSelections()
Best Regards.
Tonial.
In the text box, write this expression: =GetFieldSelections() For example: GetFieldSelections([output 1])
Hi ,
write this expression in textbox =GetCurrentSelection(FieldName )
Hi,
Try GetFieldSelections(DimensionName) or Only(DimensionName) (This works only if you select one value)
or MaxString(DimensionName)
Hope this helps you.
Regards,
jagan.