I have a set models that document connections among a set of objects, i.e, Object A => Object B => Object C => Object D.
Is it possible to use the ARIS Report Write to define a report to Excel that spans the connections. I'm looking for a report that looks like a table that lists all four objects on a row based on the connections, i.e.,
A B C D
A B C E
W X Y Z
I've been trying for the last day or two. No such luck at this time.
Or can I only do this in an ARIS Script?
Any pointers will be appreciated.
Thank you.
Stefan Broadus on
You have to build multiple levels of queries and then when you are inserting data fields, you have to select which depth of query you would like to insert the data from. I created a report that looks very similar to the one you are trying to build (I think).