Hello there,
does anybody know whether it is possible to create a Matrix with objects in a row and in the column the value of a certain attribute? When it is not possible, what alternatives do I have?
Thanks in advance.
Hello Beatrice
To complete the answer of François
you copy/paste an object in the spreadsheet ( you will have the icon, and a formula in the cell similar to "=ARIS_ELEMENT("96a098c3-f491-11e4-4d0d-adcb4d40def0") in Cell A4 in my example )"
for this objet you want to display an attribut, use formula to choose the attribut name "=ARIS_ATTRIBUT("AT_LAST_CHNG_2") ( in cell C2)"
to display this attribut for the choosen object put in cell C3 :
"=ARIS_VALEURATTRIBUT($A4;C$2)"
You will find the attribut "code" like AT_LAST_CHNG2 in the administration part " configuration/method/attribut type"
Hope that helps .
Hi Laurent,
Thanks for your example. It works perfect:)
One more question: how I can import multiple object of the same typ? When I run a search and copy the selection in the spreadsheet, there will be imported only the name of the object but not the object itself. There are no icons getting imported.
Thanks in advance,
Beatrice