Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
How can we set variable value on selection of List box value.
Thanks
Add a Field Event Trigger I guess:
Hi,
Use getFieldSelections(fieldName)
Regards
Add a Field Event Trigger I guess:
Hi,
also try getCurrentSelections()
Regards
you can have SetVariable trigger for select in field.
getFieldSelections(fieldName) wil work for you.
As list box dose not any action .
Thanks
BKC
Hi,
You can crate variable like vField=getFieldSelection(Field_Name) where Field_Name will be your Field which is used in ListBox. Hope this will help you.
Hi
Try like this
VariableName
Exp: =GetFieldSelections(FieldName,',')
We can also use trigger, But I prefer qv function itself.