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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
marcginqo
Partner - Creator
Partner - Creator

QDF 1.7 not updating all variables

Hi there,

I'm using QDF 1.7 and I noticed not all variables are update when I run the script, especially the Shared Path variables.

When these variables are already populated/initiated it won't update these ones.

When I remove all vG.Shared variables it will populate them all with the correct path.

Anybody has the same issue?

Marc

Labels (1)
1 Solution

Accepted Solutions
dajjan81
Contributor II
Contributor II

Hi Marc, This is fixed in 1.7.1. You can also fix this in 1.7 by adding the these lines

set vG.BasePath=;

set vG.SharedBasePath=;

above your init script.

//David

View solution in original post

2 Replies
dajjan81
Contributor II
Contributor II

Hi Marc, This is fixed in 1.7.1. You can also fix this in 1.7 by adding the these lines

set vG.BasePath=;

set vG.SharedBasePath=;

above your init script.

//David

marcginqo
Partner - Creator
Partner - Creator
Author

Thanks David,

I did not update the QDF for now but the setting of the two variables worked.

Marc