Skip to main content
Solved

Concatenate Dimension Type Metrics - Convert Dimension type metrics to text type

  • February 14, 2025
  • 2 replies
  • 242 views

Spandan98
Master Author
Forum|alt.badge.img+10

Hello Pigment Community,

I need help converting dimension-type metrics into text and concatenating them into another metric.

For example, in the screenshot I provided, I want the "Concat" metric for Row A to display "Asste1Con1".

How can I achieve this? Any guidance would be greatly appreciated.

Thanks in advance!
 

 

Best answer by Min Li

@Spandan98 
Concat = Assets.Name&Cons.Name
 

 

2 replies

francois
Employee
Forum|alt.badge.img+13
  • Employee
  • 171 replies
  • February 14, 2025

Hi!

There’s no way to concatenate the dimensions themselves, however you can create a concatenation of the names of the item, like so:

Dimension.Assets.Name & Dimension.Cons.Name

You can call any other property, or even chain them further like Dimension.Assets.Group.Name & Dimension.Cons.Code

Hope this helps!


Min Li
Master Helper
Forum|alt.badge.img+12
  • Master Helper
  • 69 replies
  • Answer
  • February 14, 2025

@Spandan98 
Concat = Assets.Name&Cons.Name