Skip to main content
Solved

Split text

  • September 8, 2023
  • 1 reply
  • 433 views

Forum|alt.badge.img+8

Hi Pigment team! 

 

Is there a formula to look for the names dimension name in the Memo, and populate the EE dimension in the new property? Thanks in advance!!

 

 

 

Best answer by Nathan

Hi,

 

You can probably cut the string by FIND() the Month (Aug 23 here, but you’ll have to search for each month), then LEFT() from the result of the find, gives you the name.

 

Then you can use ITEM() to match the name vs the Employee dimension, which should give you your employee usable for summing values onto it.

1 reply

Nathan
Employee
Forum|alt.badge.img+12
  • Employee
  • Answer
  • September 8, 2023

Hi,

 

You can probably cut the string by FIND() the Month (Aug 23 here, but you’ll have to search for each month), then LEFT() from the result of the find, gives you the name.

 

Then you can use ITEM() to match the name vs the Employee dimension, which should give you your employee usable for summing values onto it.