Hi,
we have made some matrix-models - and thus some "ticks" have created the Relationship "Provides input for".
I would like to do a report/query on objects that do NOT have this relationship.
How do I do that?
Thanks and merry christmas :)
Regards Carsten
Uwe Roediger on
Hello Carsten,
this should be quite easy with a macro or report. First you have to decide where the report should be started, e.g. on a model or directly on an object. If you start on a diagram you have to collect first all occurences of the model and then the object definitions of the occurences. Now you can ask the object definitons for their attached connection definitions. These definitions have a type and this type you have to compare with the type number of your relationship. If there is no such connection definition attached to your object it is part of the result set.
You might also start directly on a dababase and search for all object definitions with a certain type. All found objects now should be processed as described above.
Best Regards
Uwe