LC
Hi
Im trying to get a table with all the functions on my model. I need to have on the table detail the name of the function, the position that is carries out, the document (if it exist) and the system that support the function (if it exist) using the WYSIWYG. The main problem is with the two last columns (policy and system application support) because the value its repeated.
I attach the model report.
My ARIS version is 98.6
I hope you can help me.
Regards
Hi,
problem here is, that you go via SelectedModels.ObjectDefinitions. You should use Selected Models.Object Occurrences instead. This way your report examines what is modelled in the model instead of what there is in the database. Same applies to Connection Occurrences.