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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

rec-quest

in qlikview from where all the value of a variable can be changed

Labels (1)
1 Reply
ngulliver
Partner - Specialist III
Partner - Specialist III

Hi, Manoj.

If you got into Settings - Variable Overview you will be able to see or create new variables. You can either populate them there or populate them when you go into your Edit Script by using the Let command e.g:

let vDataFolder = '..\..\Data\';

let vShowDev = 0;

etc

Cheers,

Neil