Validate using two columns #5337
shreyasanand07
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am looking for implementing validation rule by using two columns. For example. assume that there are three columns in a table let's say A, B, C are the three columns, suppose C is a result of column A * B. So I want to implement a rule which can compare A*B equals C for all the rows.
So can anyone please help me what expectation I can use to achieve this.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions