Good Day,
I am trying to creata a basic report which would pull the names of the models from a selected group and show me all the Functions in the model including some of the attributes in a table format. I want the model name to appear on top of the table and the Functions with attributes to be in the table.
I am aslo trying to do it in such a way that the Functions are in the order they appear in the model (if possible).
Please could you possibly help me with this as I am not very familiar with the reporting module but with some examples will be able to catch on.
Below is an example of what I am trying to accomplish.
Vladimir,
I guess you are using the reporting wizard to capture the data as required in the example above. You will be able to get the name of the selected models and the fuction occurrences within that model. However, the reporting wizard does not have functionality to sort the functions as per the location (x,y coordinates). To do that you will need to edit the code. Then check the method called BuildGraph() in the ARIS server script help. The way build graph method will work is it will search through object occurrences in the model from the start (root node) and follow through. If there are logical operators it will either take a right or the left path. You can then further filter the object type (funtion) so that you will pull the function infomation only.
Hope this helps.
Regards,
Rupesh