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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to Export variables declare in variable overview

Hai,

I want to use the variables that already declared in variable overview of an Application.

Is it possible to Export the variable.

and how to use same variable for an new application. Can anyone let me know.Its very useful for me.

Regard,

Vijay

15 Replies
Not applicable
Author

Ok Guys... the parameter "no data" was TRUE... D'oh!

gshockxcc
Creator
Creator

Hi Tammy,

     I am getting "Permission Denied" when running this macro at the following line:

set logFile = fso.CreateTextFile(vExportTo)

I have Module and Local security set to System Access and Allow System Access, respectively.

Not sure why it's not working.  Any ideas?

Thanks,    

Not applicable
Author

hi-

perhaps it's a file-system permissions issue? does your id have permission

to write to the location in vExportTo ?

On Thu, Jun 25, 2015 at 5:03 PM, Kristan Sears <qcwebmaster@qlikview.com>

gshockxcc
Creator
Creator

I do have permissions to that file location.  I tried on two different computers and had the same result. 

gshockxcc
Creator
Creator

Does the file export path need to be the same as the path where the Qlikview file resides?

gshockxcc
Creator
Creator

User error: needed to specify the file name in the Variable Overview.  Works great!  Thank you.