About cookies on this site Our websites require some cookies to function properly (required). In addition, other cookies may be used with your consent to analyze site usage, improve the user experience and for advertising. For more information, please review your options. By visiting our website, you agree to our processing of information as described in IBM’sprivacy statement. To provide a smooth navigation, your cookie preferences will be shared across the IBM web domains listed here.
Last updated: Feb 11, 2025
The Report node creates formatted reports containing fixed text as well as data
and other expressions derived from the data. You specify the format of the report using text
templates to define the fixed text and data output constructions. You can provide custom text
formatting by using HTML tags in the template and by setting output options. You can include data
values and other conditional output by using CLEM expressions in the template.
Example
stream = modeler.script.stream() sourcenode = stream.findByID("id46WRP1285C") node = stream.create("report", "My node") node.setPropertyValue("text", "[to_integer(Age)]") stream.link(sourcenode, node)
properties |
Data type | Property description |
---|---|---|
|
|
Used to specify target location for output generated from the output node. |
|
(.html)
(.txt)
(.cou) |
Used to specify the type of file output. |
|
|
Used to choose whether output is automatically formatted or formatted using HTML included in
the template. To use HTML formatting in the template, specify . |
|
flag | Specifies whether a custom output name is used. |
|
string | If is true, specifies the name to use. |
|
string | |
|
string | |
|
flag | |
|
string | |
|
number |
Was the topic helpful?
0/1000