Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i have a process that creates and daily reloads a QV model and publush it to the server.
i have another process, not using QV, but uses data calculated and stored in QV.
how can i create a batch file that will be scheduled to open the QVW and export the selected data?
the file type that will contain the exported data is of no importance. our ETL tools will handle everything....
'--------------------------
' Export QC Chart Routine
'-------------------------sub ExportChart
output_dir="C:\export\"
Filename="DataFile.txt"
set obj = ActiveDocument.GetSheetObject("CH01")
obj.Export (output_dir & Filename) , "|"
end sub
'--------------------------
' Export QC Chart Routine
'-------------------------sub ExportChart
output_dir="C:\export\"
Filename="DataFile.txt"
set obj = ActiveDocument.GetSheetObject("CH01")
obj.Export (output_dir & Filename) , "|"
end sub
That means i want same option in qliksense why because i need to export daily basis
Hi Tammy gibson,
i need same thing in qliksense not in qlkview ,
how to implement in qliksense Show me with the help of Screenshots.
Now we are using qliksense 3.2 version.
Thanks,
Kumar.V.
This was really helpful.
It worked!
Kidane Asrat
Its working fine when i Press test button.
But, It'n working when the task gets reloaded is there any other changes required to execute it.