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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Batch-Reload with 0 lines

Hi,

I know the command <call "C:\YourPathToQlikViewDesktop\Qv.exe" /r C:\YourPathToFileBeingReloaded\YourFile.qvw> to reload a qvw-file via batch... is there a parameter to refresh the file with 0 (zero) rows?

Thanks,

Martin

1 Reply
erichshiino
Partner - Master
Partner - Master

You can open the file without data using the /nodata tag

Your command would be:

<call "C:\YourPathToQlikViewDesktop\Qv.exe" C:\YourPathToFileBeingReloaded\YourFile.qvw /nodata>

Hope this helps,

Erich