Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Kukerka_bg
Contributor
Contributor

Virables in Load Editor

Hello guys,

 

Can you help me figuring out how to properly set variables in the Load editor, as they need to be more dynamic.

Example:

SET SMBelow= '<100';

SET SMMiddle = '>=100 AND <=300';

SET SMAbove = '>300';

SET SMThreshold = 0;

SET SMMiddleThreshold = 15;

SET SMAboveThreshold = 25;

 

The ones that are '< >  ' doesn't work. 
Thanks in advance!

Labels (2)
3 Replies
vinieme12
Champion III
Champion III

The ones that are '< >  ' doesn't work. 

Can you explain HOW you are trying to use the variables? 

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
Kukerka_bg
Contributor
Contributor
Author

SET SMBelow= '<100' - the values which are below 100 

SET SMMiddle = '>=100 AND <=300'; - the values which are between more then 100 and less then 300

SET SMAbove = '>300'; = values more then 300 

 

vinieme12
Champion III
Champion III

this still doesn't explain how and where exactly are you using them

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.