Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Experts,
I am new to qlikview. I have a problem creating a variable with peek function. Please find the below script. When I run the script, no value is getting into the variable. Please help.
A:
LOAD * INLINE [
field, value
a, 1
d, 3
d, 5
f, 67
g, 5
r, 3
h, 5
,
];
B:
Load
max(value) as val
resident A;
let vmax=max(peek('val',0,'B'));
let vmax=peek('val',0,'B');
let vmax=peek('val',0,'B');