Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Ok Guys... the parameter "no data" was TRUE... D'oh! ![]()
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,
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>
I do have permissions to that file location. I tried on two different computers and had the same result.
Does the file export path need to be the same as the path where the Qlikview file resides?
User error: needed to specify the file name in the Variable Overview. Works great! Thank you.