/AWS1/CL_TSQMULTIMEASUREMAPS¶
Only one of MixedMeasureMappings or MultiMeasureMappings is to be provided. MultiMeasureMappings can be used to ingest data as multi measures in the derived table.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_multimeasureattrmappings TYPE /AWS1/CL_TSQMULTIMEASUREATTR00=>TT_MULTIMEASUREATTRMAPPINGLIST TT_MULTIMEASUREATTRMAPPINGLIST¶
Required. Attribute mappings to be used for mapping query results to ingest data for multi-measure attributes.
Optional arguments:¶
iv_targetmultimeasurename TYPE /AWS1/TSQSCHEMANAME /AWS1/TSQSCHEMANAME¶
The name of the target multi-measure name in the derived table. This input is required when measureNameColumn is not provided. If MeasureNameColumn is provided, then value from that column will be used as multi-measure name.
Queryable Attributes¶
TargetMultiMeasureName¶
The name of the target multi-measure name in the derived table. This input is required when measureNameColumn is not provided. If MeasureNameColumn is provided, then value from that column will be used as multi-measure name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETMULTIMEASURENAME() |
Getter for TARGETMULTIMEASURENAME, with configurable default |
ASK_TARGETMULTIMEASURENAME() |
Getter for TARGETMULTIMEASURENAME w/ exceptions if field has |
HAS_TARGETMULTIMEASURENAME() |
Determine if TARGETMULTIMEASURENAME has a value |
MultiMeasureAttributeMappings¶
Required. Attribute mappings to be used for mapping query results to ingest data for multi-measure attributes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MULTIMEASUREATTRMAPPINGS() |
Getter for MULTIMEASUREATTRMAPPINGS, with configurable defau |
ASK_MULTIMEASUREATTRMAPPINGS() |
Getter for MULTIMEASUREATTRMAPPINGS w/ exceptions if field h |
HAS_MULTIMEASUREATTRMAPPINGS() |
Determine if MULTIMEASUREATTRMAPPINGS has a value |