Class SummaryKey
java.lang.Object
com.kingsrook.qqq.backend.core.actions.reporting.SummaryKey
- All Implemented Interfaces:
Cloneable
For a summary report, a list of field/value pairs that make up a "key".
For example, in a report doing summaries by State > City > ZipCode, a SummaryKey
would look like: [(state:MO),(city:St.Louis),(zipCode:63101)].