Hi Everyone,
We created a Matrix Model manually in ARIS 10.
On the model we have the Roles and their functions, and in the table we've got connections. However, when we run the ARIS report named "Export relationship matrix", our connections does not show in the report.
I've opened the script, and the stepped through it, at the "cntntCell.getCxns()", it does not return any connections.
Am I missing something, like only certain connections allowed or is there something else I'm missing?
Thanks,
Willem
Hi again Robert,
We confirmed that the Display Checkbox is ticked.
I've attached a jpg file that shows the model from where the script is generated, as well as the Excel result, and the relationship does not show.
The relationship type we use is:"is responsible (IT responsibility) for"
Thanks for your help.
Willem
Hm, I just tried it and it works for me. Quite ugly output, but it works...
But the visibility shouldn't be the problem anyway. If .getCxns is not returning anything (in any case), this must be some other problem. You do have saved the model after creation and placing objects in it ?
You could toggle a break point in line 114 ("var nTypeNum = cellCxns[i].TypeNum();") to check if it really never gets any connections...
Just ran it with a break at the line, "function getVisibleCxnTypes(p_oMatrixModel)"
aCxnData.length finds 53 and "return nVisibleCxnTypes".length returns 4.
So it picks up the connections, but, when it "scrolls" through the table row, column by column the "contentCell.getCxns();" gets nothing...
Please upload an ARIS DB with the single matrix model in it... or send it to robert.goldenbaum@scheer-group.com