Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Change Variable Name throughout the Document

Hi

In my backend script I initially had the following colour variabes starting with RMB_.  I renamed them starting with FR_.

I've reloaded the model and in my Expression Overview I've replaced are expressions  starting with RMB_ to FR_.

This works fine, however Text box Colour, Sheet Colours, Colours in Bar Charts, still reflects the old variable name (ie starting with RMB_).

How do i change these variables, without manually changing the variable name for each object?

Kind regards

Nayan

  

  

Old:New:
Let RMB_Blue = RGB(0,40,81);Let FR_Blue = RGB(0,40,81);
Let RMB_Grey_Dark = RGB(124,118,128);Let FR_Grey_Dark = RGB(124,118,128);
Let RMB_Yellow = RGB(253,232,102);Let FR_Yellow = RGB(253,232,102);
Let RMB_Beige_Dark = RGB(173,166,150);Let FR_Beige_Dark = RGB(173,166,150);
Let RMB_Blue_Medium = RGB(118,151,173);Let FR_Blue_Medium = RGB(118,151,173);
Let RMB_Beige_Light = RGB(215,215,180);Let FR_Beige_Light = RGB(215,215,180);
Let RMB_Blue_Light = RGB(116,160,173);Let FR_Blue_Light = RGB(116,160,173);
Let RMB_Green = RGB(146,164,118);Let FR_Green = RGB(146,164,118);
Let RMB_Grey_Medium = RGB(140,150,145);Let FR_Grey_Medium = RGB(140,150,145);
Let RMB_Red = RGB(160,0,36);Let FR_Red = RGB(160,0,36);
1 Solution

Accepted Solutions
Anil_Babu_Samineni

In variable overview section works for scripting. But, In object/report or any else from UI you need to use Manually to replace all things.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

4 Replies
Anil_Babu_Samineni

In variable overview section works for scripting. But, In object/report or any else from UI you need to use Manually to replace all things.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable
Author

Hi Anil

Thank you for the feedback. 

Kind regards

Nayan

Anil_Babu_Samineni

Great, Please flag correct answer to close this thread

Qlik Community Tip: Marking Replies as Correct or Helpful

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable
Author

Done