Hello community,
I have two questions:
- Is it possible to show/position the object and connection attributes in a model via makro/report?
- How do I add the content in a matrix model? I am able to create the column and row header, but how do I set that i.e. a person works in a organization unit?
I would be very thankful for source code examples and any help.
Regards Richard
Martin Miskovic on
Hi Richard,
1. Could you specify your question? What do you want to export and what the format should be? (X/Y coordinates, .xls)
You can get the connection attributes this way:
where connList is the list of connections from any object.
2. You need to use createCxn method of the Matrix Model object.
To further examine the individual rows & columns you need to call
Regards,
Martin