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

Final Application Store in qvd

Hi All,

Actually, i want to Store final application(All Sheets Used In Application) in qvd.Is it possible in qlikview.Please guide me.if is it possible.


9 Replies
avinashelite

No, we cannot store the sheets used or object details in QVD ....we can store only the app data not the front end objects

marcus_sommer

If you want to save the sheets+objects from an application you could export the document layout into xml - for this go to:

menu --> export --> document layout

and with the reversed way per import you could recreate your application.

- Marcus

settu_periasamy
Master III
Master III

If you mean the Straight chart to store QVD, you can try with the below macro.

sub StoreQVD()

set obj = ActiveDocument.GetSheetObject("CH01")

obj.ExportEx "C:\test.qvd", 4     

End sub


You can try with for loop if you want to do multiple store qvd.

panipat1990
Creator II
Creator II
Author

Hi,

But I want to store full application in one qvd..How is it possible

Kushal_Chawda

what do you mean by full application?  QVD just stored the data(Row and column format). Now tell me how will you store all the document in this format?

avinashelite

No its not possible , we can store only the app data in QVD ....as marcus_sommer‌ suggested you can export the "sheets+objects from an application you could export the document layout into xml " ...

Clever_Anjos
Employee
Employee

It´s not possible.

A QVD File is the consolidation of only one table.

No graph, no business rules, no colors, just data.

settu_periasamy
Master III
Master III

What are you trying to achieve?  If you give exact need, then you will get better suggestions..

Not applicable

Hi All,
I have Great QlikView material , https://goo.gl/fJU04B
Load Country
Capital,

[Area(km.sq)],

[Population(mio)],

[Pop. Growth],

Currency,

Inflation,

[Official name of Country]

from c:\qlikview\tutorialfiles\

application\examples\country1.csv

(ansi, txt, delimiter is ',', embedded labels);