Field Validation
I was wonder, if there is any way where I can do field validation based on few fields.
What I'm trying to do is - markets share where I have 3 fields with precentage set up and I'd like it to validate that value of these 3 field has to be exact 100. What I have done so far in one of these field I have add as field validation
FieldValue ( '<pcCompetition1_Products__ITAG>') + FieldValue ( '<pcCompetition2_Products__ITAG>') <> 100
But id doesn't seem to work, can any one help?
Thank Kasia