Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
shekhar_analyti
Specialist
Specialist

How to make a multi box select a default value with there is not selection done in that ?

Hi All ,

How to make a multi box select a default value with there is not selection done in that but it should also allow user to select multiple values from multibox .

NOTE : When I am ticking "Always selected one value" , user is not able to select multiple values from Multibox .

Is there any other way to achieve this .

Thanks & Regards

Shekar

15 Replies
sunny_talwar

you mean spot

Anonymous
Not applicable

Hi Sunny Talwar,

I'm facing the same issue unfortunately I can't open your file on my work computer.

Could you please explain me the logic ?

Thanks !

Maria

sunny_talwar

There is a OnAnySelect trigger in the Document properties with the following Expression

=If(GetSelectedCount(ProductID) = 0, 710, '(' & Concat(DISTINCT ProductID, '|') & ')')


Capture.PNG

Anonymous
Not applicable

Thanks

shekhar_analyti
Specialist
Specialist
Author

I Marie i will try to explain you by EOD as i do not have access to license version .

derekledbetter
Contributor III
Contributor III

I also need to "default" to certain values on the initial loading of the application.  Then, if they change it, keep it that way and do not revert back to default.  In other words, "first time" access.

I'd appreciate it if an explanation can be provided to me as well.

Thanks in advance.

Derek