- PossibleValues {} and ReportBreak {}

PossibleValues {}

PossibleValues can be used to change the default possible values behavior.

PossibleValues { fieldName:BasePath; copyList:BasePath,BranchType,BranchName; copyRule :usageId;}

See the Possible Values section for more details.

ReportBreak {}

Reports are another important feature of WOW. Reports are used to perform different mathematical operations on the

data in the table. Reports will find the minimum, maximum, sum, or average of any numeric data that is in the table.

With a simple SQL command, the information in the table can be sorted out by specific groups such as work

department or gender. The syntax is:

ReportBreak {}

In between the open and closed brackets, any of the following properties may be added. Property names must be

followed by a colon, the property values should be separated with a comma, and end with a semicolon. For example:

ReportBreak { columnFunctions:max; columns:salary,comm; breakColumns:workdept; overall:false;}

TODO: ReportBreak -> move to it's own page and add examples [ p3 4hrs]