Idea ID: 2878302

Ability to generate PowerPoint / Word / Excel reporting generating one slide/page/folder for each row retrieved

Status: Accepted

To be tentatively delivered in PPM 24.3 (July)

See status update history

Hi All

I would like to have the ability to generate a Power Point or Word or Excel reporting (at least one option) where, based on SQL, for each row retrieved a slide or page or folder is generated and populated with the information retrieved in the row

For example, the query can be a list of programs and the Power Point report will generate one pptx generating one slide for each program; in the slide info. for the specific program like program manager, program health, start date etc etc are published on the slide. The same for the word reporting where a single word page is generated for each program and/or the same for the excel reporting where a single folder is generated for each program.

See also the discussion    https://community.microfocus.com/devops-cloud/proj-port-mgmt/f/discussions/526996/powerpoint-reporting-by-sql-query-where-is-the-sql-executed-in-the-powerpointdemo-pptx-template 

  • Hi,

    Finally I managed to find a way to get this to work in MS Word Reports too, so I'll set the whole Idea as "Accepted". There's still some limitation in the fact we cannot duplicate sections with complicated objects (images, charts, etc.), but it works fine with Text paragraphs (with formatting) and tables, so it should cover the simple reporting use cases.

    Nested loops are supported in both PowerPoint & Word reports. By this, I mean that you can have let's say a first loop that repeat some paragraphs (word) or slides (powerpoint) for each PPM Project, and within these sections you can have a sub-part (Slides/Table rows/Paragraphs) that would be repeated to list all the issues for each project. This is interesting as it opens the possibility to do some pagination in PowerPoint, for example by listing 10 issues per slide, and include as many slides as needed to list all the issues if they exceed 10 for a project. 

  • Hi Silvio,
    FYI, there will tentativley be a capabiltiy to repeat slides (or group of slides) in powerpoint reports in PPM 24.3 (July release). This will involve some limitations on the slides copied this way (no picture, no chart. no hyperlink unless it's created with the $@...@ tag). No plan to support it for Word yet however, as things are a bit more complicated there.