Hi
Is it possible to activate the valid if constraint based on the view
I require valid if to work only when adding data and not editing by another view
Tried
ifs(Context(“View”)<>"
Edit_Form",[VCTag]=0)
wanting to make vc tag = o valid if work only when view is not edit_Form
but does not work…
any solution ?
@Steve
What does “make vc tag = o” mean?
2 Likes
its ok, I solved it another way by using editable if
Thanks
1 Like
Could you share how you did it? I’m stuck in the same problem.
1 Like