cancel
Showing results for 
Search instead for 
Did you mean: 

Tuple Validation

Former Member
0 Kudos

Hi All,

Creating Validation on tuple member field and run my validation for the Main table record ,even though Main table record does not have any values for tuple member field it gives success .It never fails .

But if do valiation in main table for Tuple Table it does work .My validation is to check the tuple member field are not null.

We are on MDM 7.1 SP6.

Please advise on this .

Thanks,

Madhu

Accepted Solutions (1)

Accepted Solutions (1)

former_member1052991
Active Participant
0 Kudos

Hi madhu,

Are you tried with the following validation expression...

IS_NOT_NULL(TUPLE.MEMBER)..

thanks,

guna

Answers (0)