Start a new topic
Answered

Show/hide an attribute in a form

How to configure an attribute to be visible in a form?


Best Answer

You can mask a field by using the Visible property of the form field. You can use SemQL in that property to make the field visible or not depending on its own value. Note that the Visible property can be used to mask fields, sections, etc depending on other fields' values.

For more details you can refer to the doc. 

1 Comment

Answer

You can mask a field by using the Visible property of the form field. You can use SemQL in that property to make the field visible or not depending on its own value. Note that the Visible property can be used to mask fields, sections, etc depending on other fields' values.

For more details you can refer to the doc. 

Login to post a comment