on 2025 Mar 21 1:35 PM
Hello Experts!
Ihave create a CDS view and created a fiori app using Analytical List report. The service is an OData V2 and has been created using RAP.
I would like my chart to only display whole numbers instead of decimals (se below picture Y-axis to the right).
The code in my cds view for the chart:
@ui.chart: [{
title: 'Warehouse Tasks and Resources per Queue',
chartType: #COMBINATION_DUAL,
dimensions: [ 'WarehouseOrderQueue' ],
measures: [ 'NumberOfWarehouseTasks', 'CountResource' ],
measureAttributes: [{ measure: 'NumberOfWarehouseTasks', role: #AXIS_1 },
{ measure: 'CountResource', role: #AXIS_2 }],
dimensionAttributes: [{ dimension: 'WarehouseOrderQueue', role: #CATEGORY }],
description: 'Number of open Warehouse Tasks and resources per Warehouse Order Queue'
}]
The result in my fiori app:
How do I do this??
Request clarification before answering.
User | Count |
---|---|
84 | |
12 | |
9 | |
8 | |
8 | |
5 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.