/AWS1/CL_PPTRESULTROWVALUE¶
Provides a single value and metadata about that value as part of an array of query results for a standard metric that applies to an application, campaign, or journey.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_key TYPE /AWS1/PPT__STRING /AWS1/PPT__STRING¶
The friendly name of the metric whose value is specified by the Value property.
iv_type TYPE /AWS1/PPT__STRING /AWS1/PPT__STRING¶
The data type of the value specified by the Value property.
iv_value TYPE /AWS1/PPT__STRING /AWS1/PPT__STRING¶
In a Values object, the value for the metric that the query retrieved data for. In a GroupedBys object, the value for the field that was used to group data in a result set that contains multiple results (Values objects).
Queryable Attributes¶
Key¶
The friendly name of the metric whose value is specified by the Value property.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KEY() |
Getter for KEY, with configurable default |
ASK_KEY() |
Getter for KEY w/ exceptions if field has no value |
HAS_KEY() |
Determine if KEY has a value |
Type¶
The data type of the value specified by the Value property.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
Value¶
In a Values object, the value for the metric that the query retrieved data for. In a GroupedBys object, the value for the field that was used to group data in a result set that contains multiple results (Values objects).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE 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_LISTOFRESULTROWVALUE¶
TYPES TT_LISTOFRESULTROWVALUE TYPE STANDARD TABLE OF REF TO /AWS1/CL_PPTRESULTROWVALUE WITH DEFAULT KEY
.