Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
rvijayanth
Creator
Creator

Are Qlik's native export options available in a Mashup?

Are Qlik's native export options available in a Mashup?

Can anyone point me to a demo with an export feature in a mashup application?

I have seen people use "custom extensions" in mashups for download data to an excel file. But I want to know if the regular "Right-Click" export features that are available in Qlik Sense are available in Mashup? dustinbaxa

3 Replies
SteveNewman
Employee
Employee

‌Ufortunately the default export menu items are not available as part of a mashup.

Using the API’s you can create your own using calls like:

ExportData: https://help.qlik.com/en-US/sense-developer/April2018/apis/EngineAPI/services-GenericObject-ExportDa...

In addition, you can use existing extensions and use those on your page, for example:

Sense Export on Qlik Branch

Hopefully that helps.

rvijayanth
Creator
Creator
Author

Thanks for the reply

Ken_T
Specialist
Specialist

@SteveNewman is this documented anywhere?