Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
panipat1990
Creator II
Creator II

logic

Hi team,


How to make qvd from final application through macro...Plaese Help me

5 Replies
MK_QSL
MVP
MVP

florentina_doga
Partner - Creator III
Partner - Creator III

hi,

first creates an chart object which put the desired information

in edit module put this

sub ExportInitiative

   set obj = ActiveDocument.GetSheetObject("CH385")

  

   set v = ActiveDocument.GetVariable("v_caleqvd")  //path

   aa= v.GetContent.string & "initiative.qvd"                    //file name

   obj.ExportEx aa, 4

end sub

panipat1990
Creator II
Creator II
Author

Hi,

In my dashboard 14 sheets and many sheet objects....but i want to make all sheet objects in one qvd..so how is it possible....please help me..

panipat1990
Creator II
Creator II
Author

Hi Sir,

Is this possible in qlikview or not.

marcus_sommer

That's not possible - a qvd could contain only a single table.

- Marcus