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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

variable issue

Hi Experts,

i defined a variable as vColor1 = RGB(173,91,255) in settings -> variable overview.

when i reload the dashboard, the variable definition gets changed to vColor1 = RGB(0,147,112).

i dont know what is the issue.

somebody help please.

6 Replies
sunny_talwar

Do you have this variable getting changed in the script? or are there variables getting loaded from an Excel file may be?

agustinbobba
Partner - Creator
Partner - Creator

hi!

Maybe you have a redefinition on your script. Try to find the vColor variable on the script.

Best regards,


Agustin

engishfaque
Specialist III
Specialist III

Dear PRRAJENDRAN,

Delete your variable from variable overview and reload your script. If vColor1 = RGB(0,147,112) is created, it means it's loading from another place. Find the place and remove the variable or change the variable value at there actual location. As the standard can be maintain.

Kind regards,

Ishfaque Ahmed

Not applicable
Author

No.

I couldnt see another variable under same name from anywhere.

What might be the issue?

oscar_ortiz
Partner - Specialist
Partner - Specialist

If this variable is not being initialized in the script you may want to check for a trigger that may be changing your variable value.

engishfaque
Specialist III
Specialist III

Dear PRRAJENDRAN,

Have you tried the way as I suggested you? Delete your variable and reload your App after that check your variable either it's created or not?

Kind regards,

Ishfaque Ahmed