DevOps Cloud (ADM)
Cybersecurity
IT Operations Cloud
How to create indentation within BIRT Reports
Indentation can be used within Birt Reports to represent hierarchy structure of various objects. The example below applies indentation to a Projects Requirements:
Because this example is used to illustrate indentation only the requirement name is required. We will now remove all of the other requirement attributes.
//loop through the reqNum for any instances of character . to determine indenting if (reqNumber!=currentNumber){for (var x=1; x if(reqNumber.charAt(x)==".") blankSpace=blankSpace " ";} } |
blankSpacereqNumber " " row["reqName"]