Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

QDF and hidden script

Hi,

We are setting up a new QlikView service in our company according the QDF standards.

Development will be done locally on client PC and applications need to be moved to our QA server via FTP according the security policies we have in our company..

One issue we have:

If you make use of a hidden script the hidden script will be executed before the QDF tab script.

When developing locally the vG.xxx variables are pointing to c:\

After moving the application to the server over FTP and schedule the application the application fails.

Reason, the data on the server is not located on c:\ but e:\ which means that the path in the hidden script is not valid.

Is their any workaround for this?

Br,

/m

1 Reply
Magnus_Berg
Employee
Employee

Hi, you can either add the hidden script as a sub function:
sub name [ ( paramlist )] statements end sub

and execute the sub after the QDF Initiation script by using:
call name ( [ paramlist ])

Or you need to run the QDF initiation script inside the hidden script. Hope this helps.

Best regards

Magnus