Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
subin6600
Creator III
Creator III

Syntax for multiple selection for few values in a field?

Hi,

I need the syntax for making multiple selections in a field to be selected and locked as the report is open.

Can any1 help me with this?

1 Solution

Accepted Solutions
lironbaram
Partner - Master III
Partner - Master III

hei

check this example

to see the set of actions

go to document properties->triggers->on open

View solution in original post

4 Replies
lironbaram
Partner - Master III
Partner - Master III

the simple way is to use action

it should look something like:

first action : select in field , "Filed1" ,1

second Action: toggele select ,"Field1",2

third action : Lock field , "Field1"

put this action on the trigger on open

hope it helps you

subin6600
Creator III
Creator III
Author

Thanks for an answer,

But I have the field values in text format and i need to select 4 options from my list and lock it. I need the syntax to be used in the trigger- Select a field.

lironbaram
Partner - Master III
Partner - Master III

hei

check this example

to see the set of actions

go to document properties->triggers->on open

subin6600
Creator III
Creator III
Author

Thanks Liron! it worked