Skip to Main Content
IBM Sustainability Software - Ideas Portal


This portal is to open public enhancement requests against the products and services belonging to IBM Sustainability Software. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Not under consideration
Categories Report Builder
Created by Guest
Created on Jun 25, 2024

REST API on Reporting Service (RS) / Report Builder (RB)

Use Case:

1. Report created and formatted in RS to end-user liking.

2. Reporting Service API returns the report as RTF result.

3. RTF result injected into PUB as a WYSIWIG report (primarily as table, graphics/charts (nice to have))

4. Use PUB to generate desired document

 

Missing capability:
Step 2. REST API on RS to return the RTF result for our report

Intent is to request the RTF result using RS API call in javascript within doc template in RPE, to publish result to a RPE text object.

Idea priority High
Needed By Quarter
  • Guest
    Reply
    |
    Jul 5, 2024
    As part of the review process, we strive to be transparent about our intentions with each enhancement suggestion. The IBM Engineering team has carefully reviewed this idea, and based on our understanding, it does not fit our future plans. As alternative, this could be accomplished using LQE relational store by creating query directly from the database. Although we are closing this request, it will be kept in IBM's ideas repository.  We value your feedback and thank you for allowing us to partner with you in developing our products.
  • Guest
    Reply
    |
    Jun 25, 2024

    The RS API should return the entire result dataset as a singilar RTF Object. For example the user builds the query in RS and formats the results such that the output from RS looks how the user would like.. eg sample below

     

    ID

    Requirement Text

    Attribute1

    Associated Defect

    Associated Test Case

    Last Run Result

    23

    The cat shall

    True

    2344

    45

    Pass

    234

    Sit on the mat

    False

     

    25

     

    443

    Drink milk

    False

    4444

    26

     

    343

    Be able to jump high

    True

    555

    37

    Fail

    The RS API would return the RTF equivalent of the table above in a single Attribute which can be processed by ELO-PUB directly into a Text Object which using the XHTML-OUTOUT will render the RTF table in the generated document.