Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Binary Load

Hello all!

Is it possible to dynamically load a different file on the BINARY load statement depending on the environment (TEST, PROD)?

Best regards,

1 Reply
Miguel_Angel_Baeyens

Hi Sérgio,

There is no way to do that in the script of the file. The BINARY sentence must be the first, and must not have any conditional, variable, etc. as parameter other than the file it must load.

What you can do instead is to create a task in the middle that will check first the name of the server, then upon success or failure, trigger one (Test) or the other (Prod).

Hope that helps.

Miguel