Announcements
Hi,I do not quite know how to make this one work. I want it to be "true" when "Regnskabskunde" has been selected in this field. Are there any who can help with that?
See Pictures
Regards PHH
Hi @Anonymous
If you set the required property to the following, the field will be required when the value of Kundetype is "Regnskabskunde"
ThisItem.Kundetype.Value = "Regnskabskunde"
It would probably be best for you to reference the control on your form that relates to Kundetype rather than ThisItem.Kundetype.Value, because the latter will remain constant and refer to the initial value, and the user will not be able to change this.
Hi again @timl,Can you show me how I do that? I want that when an "Regnskabskunde" has been chosen that it then becomes true.-PHH
Just to confirm, you would like the field to be required when a user selects the "Regnskabskunde" radio option?
If so, you would use the following (and replace Radio1 with the name of your actual control)
Radio1.Selected.Value = "Regnskabskunde"
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 392 Most Valuable Professional
11manish 136 Super User 2026 Season 2
MS.Ragavendar 109 Super User 2026 Season 2