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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Function not working : ActiveDocument.GetSheetObject("CH01").CopyTableToClipboard

This function does not work on a server using AJAX (ZFC) client ( V9 SR3).


ActiveDocument.GetSheetObject("CH01").CopyTableToClipboard true

Is it a bug or a known "feature" ?

Is there any replacement function available in that case ?

Thanks

Philippe

1 Solution

Accepted Solutions
Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

This is a "client side" API (think about it, you want to copy the chart into the clipboard of your client computer, right?) Those APIs cannot be supported under AJAX.

Under AJAX, you'll have to get things done via Server-side APIs only, or perhaps Actions (not sure to what extent they will work on AJAX, but it worth a try...)

Ask me about Qlik Sense Expert Class!

View solution in original post

2 Replies
Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

This is a "client side" API (think about it, you want to copy the chart into the clipboard of your client computer, right?) Those APIs cannot be supported under AJAX.

Under AJAX, you'll have to get things done via Server-side APIs only, or perhaps Actions (not sure to what extent they will work on AJAX, but it worth a try...)

Ask me about Qlik Sense Expert Class!
Not applicable
Author

Thanks Oleg for the answer , Now I still have a problem.

How can I copy the contains of a chart table into an excel spreadsheet using a Macro.

I cannot do an export because the contains of the excel workbook is stored into different sheets with their proper name.

Thanks again

Philippe