Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
In the "Select in Field" action, how do you assign multiple values to a field? I want that when I open the document, two values should be selected by default. I tried ("2016" | "2017") for the field "Year".But it's not working
Hi,
OnOpen Application if you want to apply trigger condition then goto Document properties-->Tirgger
PFA.
Hi,
Use
(2016|2017)
Hi Nidhi,
Create a "Select in Field" trigger.
=(2016|2017)
Br,
KC
Hey,
I tried it, but it's still not working.
Hi,
Can you share the file.
Yes, sure.
Would you be able to share a screenshot (if not a sample) to show how does Year field look in a list box. Alternatively, would you be able to share script you use to create year field?
Also, give this a shot also
='>=2016<=2017'
Both these seems to be working
Hi,
OnOpen Application if you want to apply trigger condition then goto Document properties-->Tirgger
PFA.
Action > Select in fields> Field=Year & Search string= (2016|2017)
This should work, no equals sign, no quotes, but include the brackets.