Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Binary Load ruins variables

I have code that starts like the below:

BINARY qvd_manager_Times.qvw;

LET P.v.LastReloadTime = Date(Peek('LastReloadTime',0,'ReloadTimes'),'$(P.v.QVTimeFormat)');

LET P.v.ThisReloadTime = Date(Peek('ThisReloadTime',0,'ReloadTimes'),'$(P.v.QVTimeFormat)');

The variable 'P.v.QVTimeFormat' is already loaded in the QVW.  In the first LET statement, it reads it as null, in the second LET statement, it reads the value in the variable.  This only recently started happening, has anyone encountered such before?  If i duplicate the first LET statement, the first fails, but the second is able to access the variable and resolves the problem.

0 Replies