ARIS_WRITE_ATTRIBUTE_VALUE

Specifies the attribute value of an object.

ARIS_WRITE_ATTRIBUTE_VALUE requires as input an ARIS item, an attribute, and the value that the attribute is to receive. You can use single arguments and/or scope arguments.

Example

For a model of type Spreadsheet, the following formula sets the attribute value of the ARIS item that is displayed in cell A1 and whose attribute is specified in cell B1 to acceptable.

=ARIS_WRITE_ATTRIBUTE_VALUE(A1;B1;"acceptable")

For result tables for queries or ad-hoc analyses, replace ARIS with QUERY or ANALYSIS in the formula.

SPECIFY_ARIS_ATTRIBUTE