Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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); |
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.
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.
Hi Anil
Thank you for the feedback.
Kind regards
Nayan
Great, Please flag correct answer to close this thread
Qlik Community Tip: Marking Replies as Correct or Helpful
Done