Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!

How to use string aggregate inside enrichment for merge rows data to single row with colon separator?

Avatar

Level 2

I am using StringAgg(<value>,";") but is giving error when run campaign. Anybody tell me correct syntax.

6 Replies

Avatar

Employee

Hi @PawanGu , Looks like you are using a SQL function which is not available OOTB. Please go through the below documentation to add your SQL function and use the same withing a workflow activity.

 

https://experienceleague.adobe.com/en/docs/campaign-classic/using/configuring-campaign-classic/api/a...

Avatar

Level 2

Hi @ShashankNigam02 ,

 

Thanks for reply 

 

I am using list of functions inside the enrichment. But this is giving error. See below:

 

aggregate.png

 

 

Avatar

Level 2

Hi @PawanGu , you can use this function too, works for Concatenating multiple string values.

 

CONCAT(<string1>,'<separator>',<string2>)

Avatar

Level 2

Hi @vt0509 , I wan to concat single column multirow value to single row with separator. See below:

 

Input

 

Column A

123

456

789

 

Output

 

Column A

123;456;789