I have a table with fields A and B. Both are calculated fields and greater than 0. I want to add another field which is the result of dividing A by B. If I do that, the table does not display any more. I get the error (this is partly my translation from german)
Error Message:
Exception at IDbCommand interface: The service has encountered an error processing your request. Please try again. Error code 8632.
A severe error occurred on the current command. The results, if any, should be discarded..
Stack Trace:
Invocation Stack Trace:
Error Code
rsDataShapeProcessingError
OData Error Message
Failed to execute the query.
All works fine if I replace A and B by other fields that are not calculated.