<< Click to display table of contents >>
The identifier of the dimension hierarchy selected in the input or report template options. [nn] is the number of the dimension (DIM00, DIM01, DIM02 ... DIM09). For example, if a user selects unit(s) using the first available hierarchy, the value of the variable is "STRUCTURE1". |
The identifier of the dimension unit selected in the input or report template options. [nn] is the number of the dimension (DIM00, DIM01, DIM02 ... DIM09). For example, if a user selects a unit with the code 3260 for the first dimension, no unit for the second dimension, and a unit with the code 'Products' for the third dimension, the values of the variable are: %DIM01 CODE% = 3260%DIM02 CODE% = [the code of the non-allocated unit in the 2nd dimension]%DIM03 CODE% = Products If the 'multiselect' function is in use for the dimension (refer to Clausion Financial Performance Management User Interface Task Parameters), this parameter passes the udid of the first selected unit. This applies also if no user selections are done, and if the value of the first 'multiselectvalue' udid is empty in the UI task. |
This parameter is used to pass multiple values when the 'multiselect' function is in use (refer to Clausion Financial Performance Management User Interface Task Parameters). When %DIMnn CODES% is included in the template settings, the dimension units that a user selects on the Basic Options tab are opened on the template. When the 'multiselect' function is not in use, %DIMnn CODES% functions in the same way as %DIMnn CODE%. |
The name of the dimension unit (in the active language) selected in the input or report template options. [nn] is the number of the dimension (DIM00, DIM01, DIM02 ... DIM09). For example, if a user selects a unit with the name 'FIMA' for the first dimension, no unit for the second dimension, and a unit with the name 'Software Products' for the third dimension, the values of the variable are: %DIM01 NAME% = FIMA%DIM02 NAME% = [the name of non-allocated unit in 2nd dimension] %DIM03 NAME% = Software Products |
The parameter is used in a cell of an input or report template Excel file and as the value of a fact in XBRL report mapping. The value of the parameter is resolved from the unit name language version included in the parameter name, regardless of the language selection of the user. |
An extra field value for the unit in question. On XBRL reports, the unit is normally the unit chosen on the user interface task, but if the fact exists in an open breakdown, the extra field value of the generated unit is used instead. For example the TOLT report lists the list of subsidiary companies and a certain extra field can be chosen to be reported as a Value fact with this variable. If this variable is used on the "general information" section of TOLT report, which is not reported against an open breakdown, this variable returns the extra field value of the chosen unit for the user interface task. For example parameter "%DIM00 EXTRA E01%" returns the value of extra field E01 on Organisation dimension. This parameter is used in XBRL reporting. |
The official entity identifier for the selected unit. Retrieved from the BW_OFFICIALID extra field. The purpose of the extra field is to provide the XBRL reports with a valid entity identifier. This field usually contains the business ID (fi: Y-tunnus, sv: FO-nummer) of the reporting entity. This variable is a special case of variable "%DIM0n EXTRA [extra field code]%" and is understood internally as "%DIM0n EXTRA BW_OFFICIALID%". This parameter is used in XBRL reporting. |
The identifier of the user's home unit (for dimension 00) in the input or report template or UI task definitions. |
The code of the unit used in the data column. The variable can only be used in the column headers definition, because the data is column-specific. The variable is available for all dimensions in the system (%COLDIM00 CODE%, %COLDIM01 CODE%, %COLDIM02 CODE% and so on), and it has the same functionality as %DIMnn CODE% with the difference that the code value is taken from the actual unit used for the column instead of the unit selected in the input or report template options. |