on ‎2021 Dec 08 1:22 PM
Hello all,
I have an Odata Service with an Entity Set and I want to bind the Data with the count function, so that i display just a count. Here you can see my code. Thank you in advance.
<mvc:View controllerName="ZWM_Fiori.ZWM_WAREHOUSEMONITOR.controller.ZWM_V_WAREHOUSEMONITOR" xmlns:mvc="sap.ui.core.mvc" displayBlock="true"
xmlns="sap.m">
<App id="app">
<pages>
<Page id="page" title="{i18n>title}">
<content>
<GenericTile xmlns:mvc="sap.ui.core.mvc" xmlns="sap.m" header="Anlieferungen" subheader="Nicht geprüft" frameType="TwoThirds" class="confi"
id="tile5">
<tileContent>
<TileContent id="content5">
<content>
<NumericContent value="{path : '/CHECKED_DELIVERY_POSITIONVIEW_K1/Vbeln/$count'}" icon="sap-icon://accept" width="200px" class="size1"
valueColor="Good" scale="Unites" id="content4"/>
</content>
</TileContent>
</tileContent>
</GenericTile>
</content>
</Page>
</pages>
</App>
</mvc:View>
Request clarification before answering.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.