Working on HANA Cloud Platform using the Web IDE and creating a XSJS application, I am getting the following error:
Server Error:TypeError: o is null
I am creating a view on a table which shows Sum(Amount) where Amount is defined as Decimal(14,2).
The view works fine if I don't add the Sum(AMount) column, but I get the error as soon as I add that to the view.