Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
you mean spot
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
There is a OnAnySelect trigger in the Document properties with the following Expression
=If(GetSelectedCount(ProductID) = 0, 710, '(' & Concat(DISTINCT ProductID, '|') & ')')
Thanks
I Marie i will try to explain you by EOD as i do not have access to license version .
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