Prathamesh H
Prathamesh H

Reputation: 150

Failed to cast fixed type column QUANTITY. Max fixed type precision reached

My calculation view is giving this error in the union node. What does this mean and how can I resolve the issue ?

Upvotes: 1

Views: 139

Answers (1)

Eralper
Eralper

Reputation: 6612

Please refer to reference on CDS data types

Probably, your Quantity column has a value which has a bigger precision than the data type you're trying to convert or cast in your CDS view

You could share the code block where CAST occurs in your CDS view Also you can share the data type of the source of Quantity column so we can comment more confidently

Upvotes: 1

Related Questions