Skip to main content
Contributor
June 16, 2022

Printing a mutli-tab dashboard

  • June 16, 2022
  • 3 replies
  • 0 views

I have a tabbed dashboard with three tabs displaying cube views. I would like to give my users the ability to print, export to excel or to pdf with a single action instead of doing so with each cube view individually.

I would appreciate any approaches that community can suggest.

Thank you.

3 replies

Newcomer
June 16, 2022

I think this can be done via business rules that can also be attached to a data management job. You can use this function:

BRApi.Dashboards.Process.ExportReportsForMultipleDashboards(si, isSystemLevel, custSubstVarsForAllDashboards, dashboardNamesAndVars, fileType)

Contributor
June 16, 2022

Thank you, WilleaAnn.

Do you happen to know if there is an example of this approach somewhere in Golfstream app?

Newcomer
June 16, 2022

Yes, you might want to check the Report Publishing DMjob in Golfstream app.