Example projects
QV2QS includes bundled example QlikView documents that can be used to explore the conversion process without requiring a separate QVW file. The examples cover common QlikView application patterns and are suitable for evaluating QV2QS features end-to-end.
Included examples
| Example | Description |
|---|---|
| Asset Management | A QlikView application with charts, tables, listboxes, and multiple sheets. Suitable for testing single-project conversion, cloud deployment, and conversion report output. |
| Data Visualization | A QlikView application demonstrating additional chart types and visualization patterns. |
Extraction location
On first launch, QV2QS copies the bundled example files to a stable location on disk:
%TEMP%\QV2QS\examples\
The files remain at this location across QV2QS sessions. Open the folder in Explorer to browse the example QVW files or open them in QlikView Desktop to review the original application before conversion.
The extraction path resolves to the current Windows user temporary folder, typically C:\Users\<username>\AppData\Local\Temp\QV2QS\examples\.
Using an example in the wizard
On the Project step, click Try example next to the QVW file field. QV2QS populates the field with the first available example project automatically. In batch mode, click Try example next to the folder field to populate the batch input with the examples folder.
The Try example button is visible only when the corresponding input field is empty. Selecting a file or folder hides the button.
Alternatively, click the file browse button for the QVW field and navigate to %TEMP%\QV2QS\examples\ to select an example manually.
Continue through the remaining wizard steps as described in Quick start.
Using an example from the command line
QV2QS.exe --generatePrj --qvw "%TEMP%\QV2QS\examples\Asset Management.qvw" --outputDir ./output --qsAppName "Asset Management"
Keeping a permanent copy
The extracted examples are stored in the system temporary folder. Windows may remove temporary files during disk cleanup or at the discretion of IT policy. To keep a permanent copy, copy the files from %TEMP%\QV2QS\examples\ to a local working folder before converting.
Resetting an example
QV2QS does not overwrite example files that already exist in the extraction folder. If an example file has been modified or corrupted, delete the file from %TEMP%\QV2QS\examples\ and restart QV2QS. A fresh copy is extracted automatically.