Remove Line Break & Special Character Using Data Transform



 

@replaceAll(.DeviationList(<CURRENT>).DeviationJustification,"\n"," ")


@pxReplaceAllViaRegex(Param.RemovedLineBreak,"[^a-zA-Z]+"," " ")




@replaceAll(.CountryList(<CURRENT>).CountryName,"\n"," ")


@pxReplaceAllViaRegex(Param.RemovedLineBreak,"[^a-zA-Z]+"," ")






Comments

Popular posts from this blog

Frequently Used Date Expressions In Pega

pxSubscript and pxListSubscript Properties In Pega

pyForEachCount In Pega