Nível 1
Nível 2
Faça login na Comunidade
Faça logon para exibir todas as medalhas
I am using StringAgg(<value>,";") but is giving error when run campaign. Anybody tell me correct syntax.
Visualizações
respostas
Total de curtidas
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.
Visualizações
respostas
Total de curtidas
Hi @ShashankNigam02 ,
Thanks for reply
I am using list of functions inside the enrichment. But this is giving error. See below:
Visualizações
respostas
Total de curtidas
What error are you getting?
Visualizações
respostas
Total de curtidas
Visualizações
respostas
Total de curtidas
Hi @PawanGu , you can use this function too, works for Concatenating multiple string values.
CONCAT(<string1>,'<separator>',<string2>)
Visualizações
respostas
Total de curtidas
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
Visualizações
respostas
Total de curtidas
Were you able to find a solution for your problem?
I am trying to do the same and get the same error message.
Thank you in advance!
Visualizações
respostas
Total de curtidas
Visualizações
Curtida
respostas
Visualizações
Curtida
respostas
Visualizações
Curtida
respostas