Hi,You can use enrichment activity to do the transpose of data(rows to column). Please follow below steps.Step1: Take the enrichment activity and make the self join with same table with the help of 1: N join while giving join condition.Step2: While adding the data please make sure to add column(No. ...
Hi All, Putting some logic for Date Format function in Adobe Campaign Standard. ToDate(LPad(ToString(Month(GetDate())),2 ,'0' )+'/'+LPad(ToString(Day(GetDate())),2 ,'0' )+'/'+ ToString(Year(GetDate()))) ----MM/DD/YYYY (07/29/2020) Regards,Anil