Hello!
I am trying to get an attribute ("Hierarchy Number") of an object ("BPMN Task") using a query. Therefore, what I want is to know how can I get the value using the instruction QUERY_ATTRIBUTE. I have seen other attributes like
=QUERY_ATTRIBUTE("AT_DESC")
=QUERY_ATTRIBUTE("AT_NAME")
=QUERY_ATTRIBUTE("AT_LAST_CHNG_2")
=QUERY_ATTRIBUTE("AT_BPMN_TASK_TYPE_2")
Also, I am wondering how can I get that attribute list
Thanks!
Veronika Ellermann on
Hi David,
if I remember orrectly, the correct query is called: query_attribue_value(item;attribute).
Under data there should be an option that says: "insert attribute"- and I would reference that attribute in your query.
so, if you have incerted the attribute "Name" in cell A1 and the model in B1, I would use the formular: query_attribute_value(B1;A1).
Hope this helps :)
Best,
Veronika