Skip to main content
Question

How to both display the Code & Name of a Dimension ?

  • August 12, 2025
  • 2 replies
  • 49 views

Hi everyone,

I would like to display both Code and Name of a Dimension, in a Table.

Below is the objective which I created from screenshots:

In the first row, “CESSION” is the Name of the Code “AU1”, in the “Business Area” Dimension.

Thanks !

2 replies

Stef
Employee
Forum|alt.badge.img+12
  • Employee
  • August 12, 2025

Hello again! 
What you should probably do is create a new property in the dimension where you concatenate the Code & Name. And then use that property as the new displayname. 

More info here: 

 


Chahat
Master Helper
Forum|alt.badge.img+14
  • Master Helper
  • August 18, 2025

Hi ​@Matthieu Wallet ,

Step 1: In the “Business area” dimension, you’d need to create a property with formula:

'Business Area'.Code & " | " & 'Business Area'.Name

Step 2:  In the table, you can do the following steps:

  • Hover over to the row header in the table
  • Click on the dropdown
  • Click on the “Update Header Label”
  • Select the property name (which contains the concatenated name)