Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

ALL EXPRESSIONS IN A SAME PLACE

     HI

i have lots of tabs with lots of charts and diagrams that a phrase is repeated in them. now i should replace it with another phrase. so i should replace in any chart and any diagram expression. i want to know if there is somewhere or some way to do the replacement once?

thanks

1 Solution

Accepted Solutions
DavidFoster1
Specialist
Specialist

There is an 'expression overview' screen available from the settings menu that will allow you to do global replacements/etc.

View solution in original post

3 Replies
alexandros17
Partner - Champion III
Partner - Champion III

ley myvar = expression

use myvar instead of the expression

JonnyPoole
Employee
Employee

Under Settings -> Expressions Overview, there is a find/replace function that you can try.

Using variables will also help minimize repetition of code. There are some advanced techniques to externalize all variable definitions (using INCLUDE statements) as well so you can do the find/replace in cool editors like notepad++.

DavidFoster1
Specialist
Specialist

There is an 'expression overview' screen available from the settings menu that will allow you to do global replacements/etc.