Hi,
I have a form with 4 fields defined as Smart Classifier Field each (Q1, Q2, Q3, Q4) showing fields from another form each. (Q1->=NameQ1, DateQ1, TimeQ1 / Q2->=NameQ2, DateQ2, TimeQ2 .....)
Now I want to set Validation Rules via 4 Rules for Field Definition for each of the 4 classifier fields like this:
Condition: (Q1.DateQ1:[empty])
Action: Validation rule
Message: no date availble in Q1
But unfortunately this works for all Smart Classifier Fields Q1-Q4, and not only for Q1 as it should. Means if I pick in the form the Smart Classifier for example for Q2, it should validate only available DateQ2, but it says: No date available in Q1, Q3, Q4
Could you please give me a hint how to solve this?
I guess the conditions for this rules should be enhanced a bit to check if the Qx has been selected
Something like
!Q1:[empty] AND Q1.DateQ1:[empty]
Alex
Yes that works. Thank you so much Alex. Again you made my day!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.