Hi.
I have numerous checkboxes and a select all.
The checkboxes are saved and stored in a collection.
I need a defualt value in the default that will
true = SelectAll = true OR patched column that is the value of the check box = true
false = SelectAll = false OR patched column this is the value of the check box = false
I have this logic
First(InspectionItemTPHCollection).'PHV Licence' = 'Yes or No'.Yes Or AllChecked
This kind of works but it doesnt clear out the values that are already saved in the collection if you press on Allchecked = false
Allchecked = true works and sets the value to true
And the First(inspec

Report
All responses (
Answers (