User Tools

Site Tools


Build a Report

After we complete an analysis we want to present the output in an HTML report linked under the Results page.

  • A report consists of,
    1. Main body consisting of text
    2. Figures and tables for presenting important data and plots
OUTPUT branch
DATA PROCESSINGParent object for DATA PROCESSING tools.
HTML STYLE LISTParent object for DEFAULT HTML STYLES and CUSTOM HTML STYLES.
CUSTOM HTML STYLESParent object for additional styling objects.
HTML STYLEParent to styling objects.
BACKGROUNDDefines the style of an object's background.
BORDERDefines an object's border.
TEXT STYLEDefines the text attributes for an HTML style.
MARGINDefines the space outside of the border of the object being formatted.
PADDINGDefines the space between the object being formatted and its border.
OTHER STYLEDefines other Custom Style Sheet (CSS) properties using standard CSS syntax.
TABLE STYLESpecifies HTML STYLE's applied to various parts of a TABULATED DATA.
DEFAULT HTML STYLESCollection of existing style objects.
NOTESSpecifies the text message that will be displayed under
EASA→User→Results→My Results.
PARAMETRIC REPORTParent object for parametric output.
PARAMETRIC GRAPHCreates color contour plots of parametric results.
PARAMETRIC TABLECreates special parametric tables of results.
REPORTParent object for report content elements.
2D GRAPHCreates plots from data stored within LIST's.
CONTOUR DATASpecifies contour data to be plotted
LEGENDActivates a legend on a graph.
LINE DATASpecifies line data to be plotted
TITLESpecifies the main and sub titles.
X AXISSpecifies the properties of the horizontal axis
Y AXISSpecifies the properties of the vertical axis
CASE VIEWERTable for the selection of a case and subsequent launch of an Excel Client.
EXTERNAL FILTERApplies SQL query to filter the records visible in a CASE VIEWER
FILTERLogical comparison to filter the records visible in a CASE VIEWER
HTML OUTPUTRapidly creates impressive looking reports within EASA.
LAYOUTArranges report objects into a tabular layout.
DATADisplays data within the rows of a RESULTS TABLE.
PLOTDisplays an image file and a plot title in your report.
RESULTS TABLECreates a two-column-wide table with titles in the first column and report content in the second column.
TABULATED DATACreates tables of list data.
TEXT OUTPUTCreates basic text elements in an EASAP’s report.

Annotating an EASAP Run

Annotate the display of each run of an EASAP by using NOTES under the OUTPUT branch.

Defining Styles for Reports

The look and feel of objects used to generate the report of an EASAP can be controlled and formatted using HTML STYLE and TABLE STYLE objects found under the HTML STYLE LIST in the Output branch. These HTML Style and Table Style objects can determine the look of such things as the background, text, borders, and margins by their selection in Style, Title Style and Table Style parameters found in the report objects. These styles are ultimately implemented into the report’s HTML file, report.htm, using Cascading Style Sheet (CSS) syntax and the <Style> tag.

For more information on Cascading Style Sheets, see the website http://www.w3.org/Style/CSS/

A collection of existing style objects is available in any new EASAP under DEFAULT HTML STYLES. New styles may be added as CUSTOM HTML STYLES to the HTML STYLE LIST and then proceed to populate it with HTML Style and TABLE STYLE objects.


Page Tools