Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Qvd Creation in Qlikview Management Console

Ich möchte auf der Management Console unter Supporting Task Qvd erstellen. Ich schreibe das Skript, nenne den Tabellenname genauso wie im Skript.

Er will aber unbedingt dass der Qvd Path mit .qvd enden soll. Den QVD Namen soll aber das Skript generieren, denn ich möchte dass er für jeden Monat eine Qvd erstellt mit dem jeweiligen Monatsnamen.

Kann mir da jemand helfen?

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

one way to do that would be this:

- create task that will create qvd file. In QVD path put path with some fixed qvd name, like created.qvd.

- in QMC create external program with statement that will execute batch file on the QV server that will search for created.qvd file in the QVD path and change its name, for example, according to the current date.

- in created external program Triggers tab, in Task Dependencies add qvd task.

- configure qvd task trigger with appropriate schedule

regards

View solution in original post

3 Replies
Not applicable
Author

Hi,

one way to do that would be this:

- create task that will create qvd file. In QVD path put path with some fixed qvd name, like created.qvd.

- in QMC create external program with statement that will execute batch file on the QV server that will search for created.qvd file in the QVD path and change its name, for example, according to the current date.

- in created external program Triggers tab, in Task Dependencies add qvd task.

- configure qvd task trigger with appropriate schedule

regards

Not applicable
Author

Hi,

thank you very much!

regards

osni_campos
Contributor III
Contributor III

Please anyone have step-by-step how to create script to generate server QVD saw 11?

Grateful.