I have successfully created Views. They appear in my package workshop.ve.models.
I was expecting, like traditional views, I would be able to make a query
select* from viewname;
That does not work. Even if I use workshop.ve.models.viewname.
I can see the results of running the views in the view editor in HANA Studio - but is there a way I can then refer to such a view elsewhere, like in an XSJS file so I can use it as part of my application? Or directly in a SQL console? See below.
Here is one of my analytic views seen in SYSTEMS view under Content > models.
Attempt to access in SQL console. Not successful.