I want to prevent user from select more than one checkbox and list of checkboxes are in gallery and its dynamic, is there any solution for this?
Include your website link in your forum profile or signature, but avoid spamming or excessively self-promoting. By offering off page seo valuable contributions and establishing yourself as a trusted member of the community.
I've made it the following way:
Place on the OnCheck: Set(sFilterStation;galFStation.Selected.Bezeichnung);;
And on the Default: sFilterStation = ThisItem.Bezeichnung
And on the DisplayMode: If(sFilterStation = ThisItem.Bezeichnung; DisplayMode.View; DisplayMode.Edit)