Hi everyone,
I am a beginner in SAP HANA development trying our the "SAP HANA XS Advanced, Creating an HDI Module" tutorial. I am stuck on the last step, checking data in the database explorer. When run the SQL code below, I get NULL as the gross GROSSAMOUNT, which seems to be untrue.
SELECT SUM("GROSSAMOUNT")
FROM "PurchaseOrder.Item";

In addition, I see some issue in the console(see the pic above) that I don't seem to understand. I will appreciate it if anyone familiar with this can point me in the right direction. Thank you!