Printing a mutli-tab dashboard

YanSavinsky
New Contributor III

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 3

WilleaAnn
New Contributor II

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)

YanSavinsky
New Contributor III

Thank you, @WilleaAnn.

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

WilleaAnn
New Contributor II

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