Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm trying to use peek , but returns null. Code is like this:
DATES1:
LOAD
DATE
.....
LET varMDate = Num(Peek(DATE, 0, DATES1))
.....
Any clue?
-Arun
I guess the code should be
LET varMDate = Num(Peek('DATE', 0, 'DATES1'))
Amit, no luck.
-Arun
Arun, are you sure that the value is not null in source data? Try putting some other number instead of 0 in that code and see if it still gives null.
Thanks
Amit
Amit,
Yes, I was trying that. and for some other random number is is returning value. Now I'm out of the dark.
Thanks Bud.
-Arun