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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

ExportEx does not work?

I use the C#  to control the automation, below is the code, it always returns false, the can not export the file.

bool ok = graph.ExportEx(this._exportFileName, 5);

Is there anybody facing this problem?

Thanks,

Tony

1 Reply
Not applicable
Author

This problem is fixed. I used the GraphBasic interfaceto export the pivot table, it can not work. So I convert to the PivotTable infterface which works.