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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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

Labels (1)
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