Solved
How can I convert with "AttributeCraetor". For example, I want 123,34 to 123.34. commas to dot thanks
How can I convert with "AttributeCraetor". For example, I want 123,34 to 123.34.
commas to dot
thanks
Best answer by caracadrian
If you want to replace commas to dots in AttributeCreator use the ReplaceString function:
@ReplaceString(@Value(attribute),",",.)
Don't forget to enclose your comma in double quotes.
Reply
Rich Text Editor, editor1
Editor toolbars
Press ALT 0 for help
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.