Changes

Jump to: navigation, search

Format an iReport Template

216 bytes added, 21:29, 20 February 2020
no edit summary
'''Bold text'''__FORCETOC__
{{TOC right}}
{{HowTo's
|[[Start and Configure i-Report|Start and Configure i-Report]]
|[[Create a Basic i-Report Template|Create a Basic i-Report Template]]
|[[Modify an iReport Template|Modify an iReport Template]]
|[[Format an iReport Template|Format an iReport Template]]
|[[Create i-Report Templates with Subreports|Create i-Report Templates with Subreports]]
|[[Summarize i-Report Template Data|Summarize i-Report Template Data]]
}}
 
iReport Designer provides many ways to format the appearance of an iReport template. These include the ability to:
*add formatting elements to the iReport such as lines, rectangles, circles, etc
*change colors, fonts, and other properties
*perform conditional displays based on data in the report
 
==Adding Formatting Elements==__NOEDITSECTION__
==Formatting iReport Elements==__NOEDITSECTION__
iReport Designer allows you to apply specific formatting to individual elements on an iReport template. Many of these elements can be edited graphically using [[#Formatting Tools|Formatting Tools]].
# Select the desired field or variable displayed in the iReport template ('''note:''' this is '''NOT''' the field or variable value itself in the '''iReport Designer''', but rather the text element on the report displaying the field value)
#: [[Image:IReport Display Properties.png|center|300px|''Display Properties'']]<div align="center">''Display Properties''</div>
===Text Properties===__NOEDITSECTION__
iReport Designer allows you to set various properties for text elements displayed in the report template. These can be edited either with the text formatting bar(located on the same bar as the Designer, XML, and Preview buttons):
[[Image:IReport Formatting Bar.png|center|300px|''Text Formatting Bar'']]<div align="center">''Text Formatting Bar''</div>
or with the '''Text properties''' portion of the '''Properties''' pane
[[Image:IReport Text Properties.png|center|300px|''Text Properties'']]<div align="center">''Text Properties''</div>
Some examples of the properties you can edit are:
*Font Name
*Size
===Number and Date Specific Patterns===__NOEDITSECTION__
* On the '''Properties''' pane select the '''Pattern''' element and open the '''Pattern Editor''''.
*: [[Image:IReport Pattern Properties.png|center|300px|''Pattern Window'']]<div align="center">''Pattern Window''</div>
** Choose an appropriate '''Pattern''' to apply to the field as desired.
The '''Position Type''' property has three options:
*"fix relative Fix Relative to topTop": This is the default value for all elements and means that the position will be kept relative to the top margin of the report regardless of what data is displayed before it.*"fix relative Fix Relative to bottomBottom": This value means that the position will be kept relative to the bottom margin of the report regardless of what data is displayed after it.*"floatFloat": This value allows the element to "float" and will display the element relative to elements that come before it (i.e. closer to the top or closer to the left margins).  Using the '''Float''' Position Type can help eliminate the overlapping that can happen when displaying multiple charts or cross tabs in a single report template.
Using ===Stretch with Overflow===__NOEDITSECTION__Another useful formatting option is '''Stretch with Overflow'''. Setting this property means that the height of the field will adapt to the value, instead of the value being cut if it requires more space than available for the field.* On the '''floatProperties''' Position Type can help eliminate pane tick the overlapping that can occur when displaying multiple charts or cross tabs in a single report template'''Stretch with Overflow''' element. *: [[Image:iReport_Format_Stretch_with_overflow.png|center|300px|''Stretch with Overflow'']]<div align="center">''Stretch with Overflow''</div>
==Formatting Tools==__NOEDITSECTION__
==Conditional Display==__NOEDITSECTION__
Sometimes it is important to change the display of some data extracted from IMSMA for the resulting report. For example, you want to change:
* the value “null” "null" to “no”"no"* the value “Male” "Male" to “Men”"Men"
To do this, you use conditional statements in the element on the iReport.
# Select the desired field or variable displayed in the iReport template ('''note:''' this is '''NOT''' the field or variable value itself in the '''iReport Designer''', but rather the text element on the report displaying the field or variable value).
#: [[Image:IReport Display Properties.png|center|300px|''Display Properties'']]<div align="center">''Display Properties''</div>
# On the '''Properties''' pane select the '''Text Field Expression''' and open the '''Text Field Expression Editor''''.#: [[Image:IReport Charts5.png|center|500px|''Text Field Expression Editor'']]<div align="center">''Text Field Expression Editor''</div># To change the way a particular field is displayed you can use basic "ïfif-then-else" logic as in other [[Summarize i-Report iReport Template Data#Variable Expressions|Variable Expressions]]. This follows the pattern: $F{field} == null ? “Something"Something" : $F{field}
Or nested:
$F{field} == null ? “Something"Something" : $F{field} == “SomethingElse” "SomethingElse" ? “Something Else“ "Something Else" : $F{field}
{{note| The type of field is important (string, float, double, int, date). Stick with strings if you can.}}
Example:
$F{blockWater} == null ? “No "No value" : $F{blockWater}
{{NavBox HowTo use iReportStandardizing Data Analysis and Information Reporting}}[[Category:NAA]]
6,632
edits

Navigation menu