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: 
Not applicable

Problem With the files

Hi, I have a problem with saving the differant types of files with extensions like(.xls, .qvd, .pdf, .txt, .ppt) and some are working and some are not working





what i write the macro is like this (seperately for each file)

Sub Text

set obj = ActiveDocument.GetSheetObject("TB07")

obj.ExportBiff "D:\Kumar\New\New.xls"

obj.ExportBiff "D:\Kumar\New\New.qvd"

obj.ExportBiff "D:\Kumar\New\New.pdf"

obj.ExportBiff "D:\Kumar\New\New.txt"

obj.ExportBiff "D:\Kumar\New\New.ppt"

End Sub

In this There is no problem with .xls and .qvd

but comes to .pdf , .txt and .ppt these files are saving exactly in the specified path but

-> pdf file is not opened and it displyes the error like "It is either not a supported file"

->Text file is opened but the actual text is not displyes and it shows the unreadable text

->PowerPoint file is not opened and it shows the error like "Powerpoint can't read the outline from "D:\Kumar\New\New.ppt" . No text converter is installed for this text.

I hope so that You understand my problem

if u know the solution to the above problem what i am getting share with me (URGENT)

With Regards........











1 Reply
Anonymous
Not applicable
Author

Why do you think this should work? Have you tried it before?

Check this for PDF:
http://community.qlik.com/forums/t/20333.aspx
OR: http://community.qlik.com/forums/t/17253.aspx

And check this for the .TXT problem:
http://community.qlik.com/forums/t/20658.aspx

I have no idea if it is possible to save an object to a PPT-files.