-1

How can I create qvd file using Qlikview, or using an other tool and how can i use qlikview using that file

madhead
  • 31,729
  • 16
  • 153
  • 201
Nina PRO
  • 91
  • 2
  • 13

1 Answers1

2
STORE YourTable into QvdName.qvd;
mickeger
  • 948
  • 1
  • 6
  • 18
  • Yes when Load that qvd, it's not working ! ? I did load * from [C:\\Repository\DEV.qvd](qvd) – Nina PRO Apr 22 '16 at 08:19
  • What error message do you get? Your path seem to have an extra "\". Try using LOAD * FROM [C:\Repository\DEV.qvd](qvd); You can always use the button "Table Files..." located in the bottom right side in the script editor and browse to your qvd. – mickeger Apr 22 '16 at 08:49
  • 1
    @NinaPRO instead of trying to code it directly, try using the UI - in the data tab at the bottom, click table files and navigate to the file you want - this will generate the correct script and location – Chris J Apr 25 '16 at 11:54