Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
jagannalla
Partner - Specialist III
Partner - Specialist III

Getting Error while creating qvd for table box

Hi,

I had a problem while generating qvd file for table box.

// The Following is the code.

Sub QVDFile                                            

    set obj = ActiveDocument.GetSheetObject("TB03")

    obj.Export "MyQvd12.qvd",","

MsgBox("Data Has Been Transfer into QVD ")

End  sub

- When i use this code i'm getting the error message like this

Capture.PNG

- I'm attaching my file also..

1 Reply
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

   Try this code.

  

Sub QVDFile                                            

   set obj = ActiveDocument.GetSheetObject("TB03")

   obj.Export "D:\Community Data\MyQvd12.qvd",",",,False

   MsgBox("Data Has Been Transfer into QVD ")

End  sub

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!