1

I'm trying to version my QlikView 9 app. So I should create a folder with the same name as .qvw file I intend to version adding -prj suffix.

My app name is app.qvw. In the same folder a new folder app-prj is created. When I save the app normally app-prj should be populated with XML files but it is not the case.

What am I doing wrong?

Thanks in advance.

Gabriel
  • 17
  • 6

1 Answers1

1

Just use the latest version of Qlikview, if possible.
AFAIR they introduced this feature with version 11.

  • no possibility to use the latest version :) is there any other way to version my QV9 app? – Gabriel Mar 14 '18 at 14:09
  • I don't think there is an automatic option for your approach. I can only imagine a solution via your workflow. For example, handling your script in an external qvs file, which you could include to your QVW. This file can be easily added to git. Other option would be to always manually export your whole script and manually add it to git. – Thomas Loehlein Mar 15 '18 at 08:44
  • Thanks for answer – Gabriel Mar 15 '18 at 10:35