This makes sense, I just briefly forgot that HANA is both column and row based.Image may be NSFW.
Clik here to view.
But i still have some trouble getting it right.
I can't even get this very simple test to work, I made a scripted calculation view like this:
BEGIN
var_out = CE_COLUMN_TABLE("SYS"."USERS",[USER_NAME])
END
And I still is getting and error while checking, so perhaps a little insight in how to create these scripted calculation views, and perhaps some insight whether to use plain SQL or the built-in CE_functions would be nice.