Forum Discussion

FlorisvdPoel's avatar
FlorisvdPoel
New Contributor III
3 years ago

Extensible Documents - Dashboards in PowerPoint

Hi everyone,

I am looking for a solution to insert dashboards in extensible PowerPoints. I know how to put cube views, reports, etc., into PowerPoint. However, in the object lookup, there is no option for embedded dashboards or other dashboard components.

Some background about the dashboard. It is set up using the same way dashboards are set up in Golfstream. It uses some state indicators and labels. The headers and state indicators are set up in separate dashboards and are merged into one dashboard using 2 rows and 1 column. 

I have looked at workarounds on how to get the dashboard into a PDF or report. However, I did not find a working solution yet. Therefore I am reaching out to the community.

Any help would be very much appreciated. 

Thanks

Floris van der Poel

cpmview

E: Fvanderpoel@cpmview.com

  • molly_lvc's avatar
    molly_lvc
    New Contributor III

    Hi Floris,

    I have not figured out how to insert a Dashboard directly into an extensible PowerPoint document; however, I have had some success with adding the Dashboard to a Report first.

    After adding the Dashboard to a Report, you can use the code below in the Alt Text field of a placeholder image in PowerPoint to insert the Report, updating "Report_Name" to the name of your Report. I found these format settings to present the best for my Dashboard. This Alt Text will replace the placeholder image with an image of your Dashboard.

    {XF}{Application}{Report}{Report_Name}
    PageNumber=1, CropLeft=0, CropTop=325, CropWidth=0, CropHeight=0, Zoom=100, MaintainAspectRatio=True, FillMode=Width, Anchor=TopLeft, IncludeBorders=False, IncludeReportMargins=True, IncludeReportHeader=False, IncludeReportFooter=False, IncludePageHeader=False, IncludePageFooter=False

    I hope this helps!

    • FlorisvdPoel's avatar
      FlorisvdPoel
      New Contributor III

      Hi Molly,

      Thank you for your reply. This was indeed something I was looking at. 

      I haven't had any success with adding the Dashboard to the Report. Can you guide me to any instructions related on that specific topic? I've tried looking for something like 'add components' in the report designer. However, these were only report components and not components from the DB groups!

      Thanks for your help.

      Floris

      • molly_lvc's avatar
        molly_lvc
        New Contributor III

        Floris,

        These are the steps I took to add the Dashboard to a Report.

        1) Create a Report Dashboard Component.

        2) On the Data Adapters tab, add the Cube View Data Adapter (assuming this was already created in a previous step to reference a Cube View).

        3) On the Report Designer tab, click on the XF Sub-Report icon in the tool bar in the bottom left (you will have to scroll to the bottom, it looks like a clipboard). Click and drag the icon into the DetailBand section of the report grid.

        4) In the Report Explorer section, click on the newly added xfSubreport1 item. On the Data tab in the Properties section, type the name of the Chart (Advanced) component (also assuming this was already created) into the XF Subreport Item Name section. Change the XF Subreport Type to DashboardComponentChart.

        5) Click on the Preview button to ensure the Dashboard is populating correctly.

        I just tested this out in GolfStream and it worked; I hope it works for you as well!

        Molly