The value I have in Customer.Region = "Mendoza".
I wish to replace the "M" with a null value.
The function is :
Replace ({Customer.Region},"M", ""
I am expecting the function to return "endoza" but it is returning all nulls.
Any clues ??
I wish to replace the "M" with a null value.
The function is :
Replace ({Customer.Region},"M", ""
I am expecting the function to return "endoza" but it is returning all nulls.
Any clues ??