Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
danielvik
Contributor
Contributor

Dont evaluate variables in script

Hi Everyone

I have a problem. I create variables in my script that i do not want to be evaluated in the script but in the layout. How can i do that?

My variable looks like this

let vL.Interval1_calc.X='=only({$<Intervall={"$(=min(Intervall))"}>} X)';

which works if i paste it in the layout. But when i create it in the script its evaluated on reload so my variable looks like this instead

only({$<Intervall={""}>} X)

which is wrong

I attached a small qvw file to show my problem.

Thanks in advance !

Daniel

1 Solution

Accepted Solutions
danielvik
Contributor
Contributor
Author

2 Replies
danielvik
Contributor
Contributor
Author

Anonymous
Not applicable

set vL.Interval1_calc.X='=only({$<Intervall={"$(=min(Intervall))"}>} X)';