Reputation: 150
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
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