Early Access: The content on this website is provided for informational purposes only in connection with pre-General Availability Qlik Products.
All content is subject to change and is provided without warranty.
Skip to main content Skip to complementary content

Repeat - script and chart function

Repeat() forms a string consisting of the input string repeated the number of times defined by the second argument.

Syntax:  

Repeat(text[, repeat_count])

Return data type: string

Arguments
Argument Description
text The original string.
repeat_count Defines the number of times the characters in the string text are to be repeated in the output string.
Example: Chart expression
Example Result
Repeat( ' * ', 4 ) Returns ****

Example - Repeat fundamentals

Example - Repeat scenario

Example - Repeat advanced scenario

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!