Forum Discussion

YanSavinsky's avatar
YanSavinsky
New Contributor III
3 years ago

Printing a mutli-tab dashboard

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

  • WilleaAnn's avatar
    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)

  • WilleaAnn's avatar
    WilleaAnn
    New Contributor II

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

  • YanSavinsky's avatar
    YanSavinsky
    New Contributor III

    Thank you, WilleaAnn.

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