Apliqo Column name

In the Apliqo_Demo there is an example of using a place holder for the header of the calculated column. See: UX Samples / 2021 Feb Release / Formula and Formatting improvements. In the example the selected attribute on the filter bar appears as the header for the calculated column.

I was able to modify the example to something similar to your requirement.
{
“table”: {
“columnsMap”: [
0,
1,
{
“name”: “$<<UX_Demo.}ElementAttributes_Region.}ElementAttributes_Region>> - $<<UX_Demo.Account.Account-alias>>”
}
]
}
}
Note: The ‘-alias’ is to display the alias used in the dimension.

3 Likes