Forum Discussion

Sridhar_M's avatar
Sridhar_M
Contributor
2 years ago

Is it possible to use spreadsheet component (Table View in it) in the Book ?

Hi All,  I create a spreadsheet business rule to refresh the data from external table using Table Views, now our users wants to drop these files into OneStream file share on daily basis so external...
  • JackLacava's avatar
    2 years ago

    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.