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 Submitted
Categories Document Studio
Created by Guest
Created on Feb 28, 2026

Ability to set column headings and number of columns dynamically

Standard RPE usage is to build a table header row, then iterate through data and build rows one at a time. 

This usage assumes I, as the template author, no exactly how many columns I will have in my table before I build the table.

The out of the box printModuleTable.dta that ships with DOORS Next gets around this by counting the number of fields in the view that's exported. That's great.

But in a case where I want to go down X link hops and put each hop into its own column, if I don't know what X is until after I'm done with the table, well, we have a problem.

The point of this idea request is to allow me, as a template author, to essentially insert an entire column onto my table after I've passed the header row. So in the middle of my table logic, after the header row has been set, I should be able to add a new column (not just a new cell in a given row where the previous row had 4 cells but this row now has 5, but the entire column) and I should have the ability to set the name of the column header while I'm in the middle of the table logic.

I have a client right now that wants me to report on link hops from the top to the bottom in DOORS, but instead of just hops in each column, they want the links separated by columns based on what source module they end of the link is in.

So if Module A links to Modules, B, C, and D, then the report is run from Module A, and then for each link if the link goes to Module B, I put it in the column for Module B. If it's in Module C, I put it in to Module C, etc.

Again, I would have to know this information before rendering the table, which I can do by building a custom java object/json structure and then rendering the table based on that, but that's much more complicated to maintain and transfer ownership of the template to -- at that point it might be easier to write a python script, when the goal is to use RPE.

Instead, when I create a cell in a row, that cell could have a property that states it's a new column (true/false) that can be set dynamically, as well as column title that could be set dynamically. Boom, done.

Idea priority Urgent
Needed By Yesterday (Let's go already!)