Hi all. One more fix before going live with my app. I have a Gallery from a Sharepoint list that has checkboxes.
I have two buttons, a Select All and a Unselect All for the checkboxes. On the OnSelect on the Select All button I have UpdateContext({VarSelectAll: true}) . The OnSelect on the Unselect All button I have UpdateContext({VarSelectAll: false}).
Now, I want to add VarSelectAll to the Default on the checkbox called chkServer. But, I already have a default for the chkServer - If(ThisItem.Status="No",false,true)
Is there a way to have 2 codes in a Default setting for this to work? If not, is there a different/better way to do the Select All/Unselect All buttons without adding to the default of the checkbox?
Thanks again for all of your help and patients with me.
Tim