Hi,
I’m trying to achieve in RadSystems GUI the same behavior as this Vue.js directive:
v-if="formData.s1_q1 == 6"
Basically, I want a component or field to show/hide based on the value of another field (s1_q1).
Is there a built-in way in RadSystems Studio to create conditional visibility like this?
Or do I need to use a custom script / event to control when a field appears?
Any examples or guidance would be appreciated.
Thanks!