How to replicate Vue's v-if conditional display in RadSystems GUI?

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!

@moh Yes, you can. In List/View Page Field Properties, set DisplayType to Custom for the field you want to hide, then add your v-if code.