BLOG CATEGORIES
GEBS Reporting Web Publisher itself, I found very user friendly and especially liked the fact that we could avoid installing RPE on every client and for the end-user it is a simple navigate to internet site, load the specification and generate report.
Blog
Getting DOORS irregular tables and specific DOORS properties into Word output through RPE
- October 22nd, 2010
- Author:
- Category: DOORS
- Discussion: 2 Comments
Throughout this article you’ll see how you can get some specific DOORS details from a module, like : – modification status – cell width – irregular tables – cell borders Here is the test module : … the RPE template : … and the output document : To obtain this “mirror image” of the DOORS module content, you can follow the indications bellow [...]
Create a nice looking Header section
- October 20th, 2010
- Author:
- Category: RPE Template
- Discussion: No Comments
To create a nice looking Header we will use a Table element with one Row having 3 Cells. In the first Cell we want to display some text, in the second Cell we want to display a text that will be retrieve dynamically from a data source, and in the third Cell we will display an Image representing a logo.
Extracting tables from Doors
- October 15th, 2010
- Author:
- Category: DOORS, RPE Template
- Discussion: 1 Comment
Rational Publishing Engine sees a DOORS table as a DOORS object child. To extract DOORS tables we will use a query like: Module/Object/Table. For example, let’s consider the following simple scenario: We want to extract from a DOORS module all objects. For each object we want to have in the output document the Object Heading attribute value and [...]
Using Special Containers in Rational Publishing Engine
- October 12th, 2010
- Author:
- Category: RPE Template
- Discussion: No Comments
Rational Publishing Engine provides a special Container. Why is this special ? This is special because it can be inserted directly in a Table, directly in a Row or directly in a List and it can have Row elements, Cell element and List-detail elements as children.
RPE & Google Charts Tools to generate charts
- October 6th, 2010
- Author:
- Category: RPE Template
- Discussion: 7 Comments
In some cases numeric data is much easier to understand when presented as a chart. Rational Publishing Engine does not have a special module for chart generation like BIRT or other specialized reporting tools, but leave open the possibility to generate charts using javascript language and some charting engines.
Paragraph vs Container in RPE
- October 4th, 2010
- Author:
- Category: RPE Template
- Discussion: 1 Comment
There are several differences between the Paragraph element and the Container element. The Container element does not provide to the user formatting features. The Container purpose is only to be a placeholder for other Rational Publishing Elements. The Paragraph element provides a large set of formatting properties, including styles. A Paragraph can be a placeholder for other RPE elements [...]
Rational Publishing Engine: All about recursion
- October 1st, 2010
- Author:
- Category: RequisitePro, RPE Template
- Discussion: 2 Comments
When we need to use data recursion? Let’s suppose that we have a schema like in Figure 1. We want to extract the list of SRRequirements (Software requirements). For each SRRequirement we want to extract all children requirements, for each child requirement we want to extract all children requirements and so on. In other words, for [...]
How to run a document generation with a scheduled task?
- September 28th, 2010
- Author:
- Category: RPE Launcher
- Discussion: 1 Comment
Using command line users can run Rational Publishing Engine automatically at a specific date/time.
