Skip to main content

Replace - script and chart function

Replace() returns a string after replacing all occurrences of a given substring within the input string with another substring. The function is non-recursive and works from left to right.

Syntax:  

Replace(text, from_str, to_str)

Return data type: string

Arguments:  

Replace arguments
Argument Description
text The original string.
from_str A string which may occur one or more times within the input string text.
to_str The string that will replace all occurrences of from_str within the string text.

Examples and results:  

Examples and results
Example Result
Replace('abccde','cc','xyz') Returns 'abxyzde'

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!

Join the Analytics Modernization Program

Remove banner from view

Modernize without compromising your valuable QlikView apps with the Analytics Modernization Program. Click here for more information or reach out: ampquestions@qlik.com