Hello,
Is it possible to export the result of a custom method to Excel or CSV? With the built in function or in any other way.
I've found ways to export only the result of a data source method, but the SQL Syntax is killing me
Thanks!
Hello,
Is it possible to export the result of a custom method to Excel or CSV? With the built in function or in any other way.
I've found ways to export only the result of a data source method, but the SQL Syntax is killing me
Thanks!
Hi @fjcf,
There is no built-in way to export a custom method to Excel or CSV. You can check the implementation of the OutputFormatter classes that Radzen has generated and use it in your custom methods.