/AWS1/CL_CRMOUTPUTCOLUMNTHRESH¶
Specifies the minimum number of distinct identities for an individual output column. This value overrides the table-wide minimumIdentityCount that you set in AggregationThreshold.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_outputcolumnname TYPE /AWS1/CRMALYRULECOLUMNNAME /AWS1/CRMALYRULECOLUMNNAME¶
The name of the output column that the override applies to. You can specify each column only once.
iv_minimumidentitycount TYPE /AWS1/CRMINTEGER /AWS1/CRMINTEGER¶
The minimum number of distinct identities that each query output group must represent for this column. Specify 0 to exempt the column from the threshold, or a value of 2 or greater to enforce a threshold.
Queryable Attributes¶
outputColumnName¶
The name of the output column that the override applies to. You can specify each column only once.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTCOLUMNNAME() |
Getter for OUTPUTCOLUMNNAME, with configurable default |
ASK_OUTPUTCOLUMNNAME() |
Getter for OUTPUTCOLUMNNAME w/ exceptions if field has no va |
HAS_OUTPUTCOLUMNNAME() |
Determine if OUTPUTCOLUMNNAME has a value |
minimumIdentityCount¶
The minimum number of distinct identities that each query output group must represent for this column. Specify 0 to exempt the column from the threshold, or a value of 2 or greater to enforce a threshold.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MINIMUMIDENTITYCOUNT() |
Getter for MINIMUMIDENTITYCOUNT, with configurable default |
ASK_MINIMUMIDENTITYCOUNT() |
Getter for MINIMUMIDENTITYCOUNT w/ exceptions if field has n |
HAS_MINIMUMIDENTITYCOUNT() |
Determine if MINIMUMIDENTITYCOUNT has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_OUTPUTCOLUMNTHRESHOLDLIST¶
TYPES TT_OUTPUTCOLUMNTHRESHOLDLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CRMOUTPUTCOLUMNTHRESH WITH DEFAULT KEY
.