Explanation on reports.
The implementation of reports is now rather crude. Will be extended, e.g.:
a. The report window after creating the report is "fixed". Meaning you are locked to that report.
Will be changed, such that each report window is a separate entity.
b. Only the simple reports are included. Further documentation at project level (study information) and at field level (extended calculations etc) will be developed.
What you can test currently is the reporting format. When you create the first report a style sheet is created called "reports.css" which defines the various classes used in the report.
Examples:
h1 {color: blue; font-size: 1.25em; font-family: proportional,monospace; font-weight: bold}
defines the header level h1
table.simple .caption {font-size: 1.1em; font-weight: bold; border-bottom: solid 2.0px; text-align: left;}
defines the caption of each table, e.g. for a given value label set. If you preferred centering of the caption you would just in a standard editor change that part to:
table.simple .caption {font-size: 1.1em; font-weight: bold; border-bottom: solid 2.0px; text-align: center;}
For an introduction to formatting with stylesheets read: http://www.w3.org/Style/Examples/011/firstcss
regards
Jens Lauritsen EpiData Association