Search found 2 matches

by Alexandre Stoulov
Tue Jul 29, 2003 7:07 am
Forum:
Topic: Differences between models
Replies: 0
Views: 1063

Differences between models

Hi, All

Please answer whether it possible to find differences between two BusObj univerces using MetaStage? If yes, what is the best way?

Regards, Alexandre
by Alexandre Stoulov
Tue Jul 29, 2003 7:02 am
Forum: Data Quality Best Practices
Topic: IF..THEN..ELSE
Replies: 1
Views: 2286

Hi,

I think the filter should be like this

!(( status equals 'OPEN' AND
date not exists) OR
( status equals 'PENDING' AND
date not exists) OR
( status equals 'CLOSED' AND
date exists))

Regards, Alexandre