Appearance
Show Current Item
Shows the date dimension item for the current date.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Read | All |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Dimension | string | Name of the dimension ([Dimension]). | yes | ||
| Offset | integer | Moves the date dimension items by the offset. The default value is '0'. For example the month '2022-02' with an offset of 5 becomes '2022-07'. | no | 0 |
Result
| Name | Type | Description |
|---|---|---|
| Item | string | Name of the date dimension item that corresponds to the current date. The result is empty for non-date dimensions. |
| Caption1 | string | Caption 1 |
| Caption2 | string | Caption 2 |
| Caption3 | string | Caption 3 |
| Caption4 | string | Caption 4 |
| Caption5 | string | Caption 5 |
| Caption6 | string | Caption 6 |
| Caption7 | string | Caption 7 |
| Caption8 | string | Caption 8 |
| Caption9 | string | Caption 9 |
| Caption10 | string | Caption 10 |
Code
text
SHOW CURRENT ITEM
DIMENSION=[string, Needed]
OFFSET=[integer, default=0]