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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Ch_Nwk
Contributor II
Contributor II

Automation for execution qvs file without app

Hi,

Is there a possibility or an automation with which a QVS file can be executed without it having been imported into an app before?

Best regards

Christian

Labels (1)
3 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

I can't think of any way to do this directly, but some sort of temp app scenario might work. What is your use case for this?

-Rob

Ch_Nwk
Contributor II
Contributor II
Author

Hi Rob,

 

thanks for your reply.

The main reason for this requirement is the following:
There is a test environment and a production environment and I want/need to prevent something from ending up in the production environment that has not been tested in the test environment.

My idea is, if there is no app in the production environment, nobody can change/customize the script direct in the production environment.

I can create an app, load the script from GitLab, run the app and then delete it again but with conditions and tests a lot of blocks and I was looking for a shorter way.

What would be your idea?

 

Best regards

 

Christian

vkramBI4Qlik
Contributor III
Contributor III

Did you try using Binary load , I mean first app will be with the script that you want to control and the other one will be the main app that binary loads it.

Other way may be, We can use Create New ==> "Scripts" and use this in a separate Create New ==> "Analytics App" which you don't want control on ?

Thanks