MicroStrategy ONE
Replace
The Replace function searches a string for a pattern of characters and replaces each instance of those characters with the new characters you specify. The resulting string with all instances replaced is returned.
Syntax
Replace(Argument, Find, Replace)
Where:
Argumentis a metric, fact, column, or string representing the text strings that are searched.Findis a metric, fact, column, or string representing the text strings that are searched for within the strings returned byArgument.Replaceis a metric, fact, column, or string representing the text strings that are used to replace any instances of the string fromFindthat are included in the strings returned byArgument.
For information on the syntax used in your specific database, see MicroStrategy and Database Support for Functions and see the section that corresponds to your database.
