Cross-Table Axis/Groupings
|
Top |
· | None (single result) -- If you only want a single row or column, without any grouping.
|
· | Dates -- Group by date, e.g. daily, monthly, etc.
|
· | Records of a Table -- Create a group for each record in a selected table, e.g. each Site.
|
· | Items of a Pick List -- Create a group for each item in a selected Pick List, e.g. each Site Type.
|
· | Items of a Fixed List -- Create a group for each item in a selected Fixed List, e.g. each Transaction Type.
|
· | Expression, Filtered or All -- Create groups with headings according to an expression you define (see below for details).
|
· | Custom Groupings only -- Don't create any default groups, but use the ones you defined.
|
· | The Group Conditional Expression
|
ThisRecord() / ThisResv() / etc. for the record being testing for inclusion in the group
|
ThisGroupRec() if it's by table,
|
ThisGroupText() if it's a records of a table, pick list, fixed list, or expression
|
ThisGroupFromDate() / ThisGroupToDate() specify the group's range for a date grouping
|
|
· | The Group Heading Sorting Hierarchy expressions
|
ThisGroupRec() if it's by table,
|
ThisGroupText() if it's records of a table, pick list, fixed list, or expression
|
ThisGroupToDate & ThisGroupFromDate if it's grouped by dates
|
|
· | The Group headings Color Scheme
|
ThisListCount() & ThisListRec(n) of the records
|
ThisGroupRec() if it's by table
|
ThisGroupText() if it's a table, pick list, fixed list, or expression
|
ThisGroupToDate & ThisGroupFromDate if it's grouped by dates
|
|
· | The Calculated Data expression (in the Edit Cross-Table Query dialog)
|
ThisListCount() & ThisListRec(n) of the records
|
ThisGroupRec(), ThisGroupText() for the non-date axis
|
ThisGroupFromDate() & ThisGroupToDate() for the date axis
|
ThisGroupRowRec(), ThisGroupColRec(), ThisGroupRowText() & ThisGroupColText()
|
|
· | The Data Color Scheme (in the Edit Cross-Table Query dialog)
|
ThisListCount() & ThisListRec(n) of the records
|
ThisValue() & ThisTextValue() for the body results & totals
|
ThisGroupRec(), ThisGroupText() for the non-date axis
|
ThisGroupFromDate() & ThisGroupToDate() for the date axis
|
ThisGroupRowRec(), ThisGroupColRec(), ThisGroupRowText() & ThisGroupColText()
|
|
· | The Pop-up Tip expression (in the Edit Cross-Table Query dialog)
|
ThisListCount() & ThisListRec(n) of the records
|
ThisGroupRec(), ThisGroupText() for the non-date axis
|
ThisGroupFromDate() & ThisGroupToDate() for the date axis
|
ThisGroupRowRec(), ThisGroupColRec(), ThisGroupRowText() & ThisGroupColText()
|
|
· | The Double-Click Action expression (in the Edit Cross-Table Query dialog)
|
ThisListCount() & ThisListRec(n) of the records
|
ThisGroupRec(), ThisGroupText() for the non-date axis
|
ThisGroupFromDate() & ThisGroupToDate() for the date axis
|
ThisGroupRowRec(), ThisGroupColRec(), ThisGroupRowText() & ThisGroupColText()
|