Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
How can I select all values in list box by default.??
If I select any value in the list box that particular value needs to be selected but If I uncheck the selected option, all values should be selected by default.
any help will be appreciated
Regards,
Manideep
Let's say you wanted to add this functionality to your field Date. You would do so by adding a trigger to the field like the following:
Example file also attached.
Hi
wouldn't it be simplier to set an action with
Select all possible values for the field ?
Best regards
Chris
christian juillard -- You're right. Much simpler. I completely missed out on that one
Thanks Smith
Regards,
Manideep
christian juillard - Could you please tell me how it will work? I already implemented that action with the help of button but could get the result.
Manideep,
It works the same as my example except where I have the "Select in Field" action, you would put "Select Possible" instead.
Here it is
check Sheet properties
chris
christian juillard - In your application it gives me the values only I selected. Let me tell you in clear with an example.
Suppose if I have a list box year in which 2004,2005 and 2006 exists. If I select 2004 it will be marked as selected and If I select 2004 and 2005 they both will be selected but I unselect 2004, then all values should be selected. This is not working with your example using Select possible action.
I got this through Nicole Smith example. But here my problem is I having special symbols along with year in year list box. I could not achive this with both examples.
Could you please help me how can I do this?
Regards
Manideep
So if you want the oppositie, use Select excluded values
best regards
Chris