Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying put multiple selections from the same field as default selected field when the QVW opens.
These selections are from the same field and should already be selected when the QVW opens.
For example the field Animal has Spider, Dog Cat, Mouse.
When my QVW opens, I want Spider, Dog, Cat, Mouse to be displayed in the Current Selection Box.
When I try it, all I see is just 1 selection instead of multiple. Thank you for your help.
The condition is:
'("Spider" | "Dog" | "Cat" | "Mouse")'
I tried your condition in the Document trigger and Script. It did not work.
Hi try this:
("a"|"b")
I'm attaching an example app.
Juan
Put the = (Equal sign) before the condition, I send you an example
the example