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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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

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