Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
lylererger
Creator II
Creator II

Artificial selection in List Box

Hi Guys!

How to make some wonder selection like if I'm selecting one value in list box then selected 2 or 3 values?

Something like on screenshot below

1.pngand so on...

I need some function like "SelectFields"

Is that possible at all?

Thnx.

1 Solution

Accepted Solutions
Gysbert_Wassenaar

Add a Select in Field action to the OnSelect field trigger of the No field on the Triggers tab of the Document Properties window. Use No as field name and as search string ='<=' & max(No)


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar

Add a Select in Field action to the OnSelect field trigger of the No field on the Triggers tab of the Document Properties window. Use No as field name and as search string ='<=' & max(No)


talk is cheap, supply exceeds demand
lylererger
Creator II
Creator II
Author

Gysbert, I too understood that via triggers it is necessary to do. But about construction ='<=' Max(No) didn't guess. Thanks a lot.

If anyone experienced a similar problem - the some solution is in the attachment.