Stringfunctions+ | Formula DIMENSIONS
Description
You can use this formula to combine attributes to specify dimensions.
Formula(s)
PHP
{=DIMENSIONS([Attribute];"Join";Combine units)}
Result
String
Parameters
Parameter | Content | Format | Default value | Explanation |
---|---|---|---|---|
Attribute | List of attributes to be combined to form dimensions | Array |
|
|
Join | Separator between the attributes | String | " x " | The string to be used to join the attributes |
Combine units | TRUE or FALSE | Boolean | TRUE | TRUE: If all attributes have the same unit and TRUE is set, the unit will be displayed only once at the end. |