Hello All,
I have 2 sets of characteristics (X1, X2) and (M1, M2). The values of X1 & X2 are same and also the values of M1 & M2 are same.
I need to maintain the value combinations in a table along with another characteristic Y used for inference. Since X1, X2 have same values and M1, M2 have same values, I do not want to use five columns but just use three columns by creating additional characteristics X & M (values of which are same as X1, X2 and M1, M2 respectively). My table will have columns X, M & Y.
Whenever, customer enter values in X1 and X2 and M1 and M2, I want to run this table which has columns as X, M & Y.
Please throw some light on how to write a constraint for this. Basically, I want to write the syntax in such a way that values entered in X1 & X2 and M1 & M2 should refer to the values in X & M.
Thanks & Regards
Adithya