Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
vijetas42
Specialist
Specialist

Exporting whole qlikview sheet in PPT from Access Point

Hello All,

I want to export my whole qlikview sheet to PPT from access point how should I achieve this?If anybody knows do reply Thanks in Advance

Regards,

Vijeta


4 Replies
vijetas42
Specialist
Specialist
Author

Why Macro will not work on Access Point?

tresesco
MVP
MVP

Have you tried server side export ? Like:

Sub ServerExportEx

Set st = ActiveDocument.GetSheetObject("CH20")

st.ServerSideExportEx "C:\ProgramFiles\QlikView Server\CH20export.skv"

, ";" ,0

End Sub

If the need is 'Sheet', then I am afraid as the reference manual says:

The following types of functionality are not to be used in the QlikView Server environment , as they may

cause unexpected results:

  • Layout operations acting on the properties of sheets and sheet objects via SetProperties
vijetas42
Specialist
Specialist
Author

Hi,

Thanks for the reply. I have tried this but it also not works. Do you have another option to export sheet to ppt from access point?

Regards,

Vijeta

tresesco
MVP
MVP

Sheet - might not work. See the bottom grey lines(from manual) above in my last post.