cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Analytical Queries - Quantity field Automatic round up

former_member625237
Discoverer
0 Kudos

Hello Experts,

In my custom analytical query, I have a quantity field. The field can be seen with decimal values when the query is being executed in the Eclipse, but while executing the Query on Fiori Launchpad/ Analysis for office (Excel), the quantity field is automatically rounded up to nearest integer.

Request you to share any knowledge or solution for this.

Let me know if more details are required.

Accepted Solutions (0)

Answers (1)

Answers (1)

filipn
Employee
Employee
0 Kudos

Hello,

Have you added correct semantics to the quantity element?

Example:

@Semantics.quantity.unitOfMeasure: 'quantity_unit'
PurchasedQuantity,
...
@Semantics.unitOfMeasure:true 
quantity_unit,

Regards,

Filip

former_member625237
Discoverer
0 Kudos

Hi Filip,
Thank you for your answer. But yes I have already added these annotations.