Hello all,
I want to create a DQ rule, In this rule I need to check a numeric field if the value is in the predefined interval or not. Let me give an example of logic.
I have a column X contains βtypes of productβ and column Y contains βvalue of productβ. And have a list of valid values. If the value of X is βabcβ then Y must be in the interval 1-30. If hte value of X is βxyzβ then Y must be in 1-200 and so on.
I was going to create a lookup file for this one, but couldnβt be sure how to define intervals. Does someone know how to implement my DQ rule for this logic ?
Thanks a lot !