This is how my flow: Table-> analytic view -> .xsodata (to expose this view) -> .js(Ajax call to .xsodata web service) ->.html
I am only aware of below string in .xsodata for analytic view to make data available over web.
service {
"<package_name>/<AnalyticView_Name>.analyticview" as "<call_v>" keys generate local "GID" aggregates always;
}
It would be great if you let me know the string/codefor .xsodata file, which can expose column table in hana instead of analytic view. I tried to serach it, but no luck!
Harshawardhan