Hello Everyone,
I am trying to write a derived property to replace spcl charachters in a property with underscores. The function HasCharacters gives me whether the spcl is present or not, but how can the ReplaceStr be used to have all the characters replaced. For example, If(HasCharacters(propvalue(Custom.XXXX),[/,space,&,comma,@,!,#,$]), ReplaceStr(Propvalue(Custom.XXXX),[space],_,T),propvalue(Custom.XXXX)) will replace space with undescore, but how to to add condition for /,&,#,! etc also in the same property? And if the property has multiple spcl characthers, how can all of them as defined be replaced with underscores?
Thanks in Advance
Sam