CDS View for Count
CDS View for Count
}
where
qals.stat35 <> 'X'
and qals.art = '01'
and qals.lmengezub <> 0
}
group by
werk,
name1,
enstehdat
key Plant_D,
Plant_Desc,
Created_date,
@DefaultAggregation: #SUM
cast(QualityPending as abap.dec( 15, 2 )) as Count1,
@DefaultAggregation: #SUM
cast(Value as abap.dec( 15, 2 )) as value
@EndUserText.label: 'Plant'
key Plant_D,
@EndUserText.label: 'Plant Desc'
Plant_Desc,
@EndUserText.label: 'Created Date'
Created_date,
@EndUserText.label: 'Count'
Count1,
@EndUserText.label: 'Value'
value