Skip to main content

1 reply

1-Visitor
March 1, 2019

Not sure if it is what you want, but there is a Data Export widget that you can use. Bind the infotable result of your service to the widget (in the same way that you would bind the data to a grid widget. That's all that needs to be done. Clicking the widget will download the infotable data to a *.csv file

1-Visitor
March 1, 2019

hi,

@khayes1 thanks for reply.  Is it possible to bind multiple different services to single data export widget? and want to export chart also. Is there any way to do this?

 

Thanks and Regards,

Sheetal Sable

1-Visitor
March 1, 2019

The only way I can think of to do that is to have a service that adds all the infotables you want together and bind that to the widget. Obviously it would require a common datashape, or a new shape that contained a combination of all the required parameters.

K