Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Carly_
Contributor III
Contributor III

Binary load is not working anymore

Good afternoon,
 
As of today I'm experiencing an issue with binary load. In an app I call a piece of code on the server that includes the following statements:
 
    IF '$(vDocumentStatus)' = 'TST' THEN
        Binary E:\Qlik\6. Share\Apps\(appnumber).qvw; //=TST app
    ELSE 
        Binary E:\Qlik\6. Share\Apps\(appnumber).qvw; //=PRD app
    END IF
 
This has worked, but I experience now that it doesn't work anymore and that the lines 'binary' are read, but not executed. Does anyone have an idea on how this occurred at once? 
Labels (1)
0 Replies