Forum Discussion
There are 3 approaches I am aware of, via standard Data Management features:
- Build your view as a Grid View powered by a Data Adapter, put it in a Dashboard, then use a DM Step of type "Export Report" pointing to the dashboard.
- Use a DM Step of type "Export File", and configure your Excel file with Extensible Document features. The job has an option to process them.
- Use a DM Step of type "Execute Business Rule", and just produce an Excel file in code.
Then you can probably use Parcel Service to send out the resulting output, but I'm not very familiar with it myself.
Thank you JackLacava for providing those details.
I tried all 3 steps, 2nd and 3rd is working. But for the 1st step if I try to export using DM step with SQL Table Editor/Grid View components with in dashboard, it is just exporting empty file with out data.
Thank you.
Sridhar
Hi Sridhar
We're having a similar issue. Did you manage to resolve this?
Regards,
Mark
Hi MarkBird
None of the existing dashboard components worked for me, so I created an Extender Business Rule and used BR Apis to create data tables and VB.Net code to export it to excel and drop it to file share. Please let me know if you have any further questions, I am happy to answer.
Regards
Sridhar
LinkedIn: Sridhar
Related Content
- 2 years ago
- 12 months ago