Hi,
I'm using a HCP trial account. I wish to expose the analytic views that I have created on my trial instance as an OData source. I am able to expose the tables on my trial instance schema. Could anyone please suggest me how would I need to modify my OData file. Currently, my OData file looks like:
service {
"NEO_6SQHEYTN21LUSZO2N42PQ1JWY"."MEASUREMENT" as "MEASUREMENT" "NEO_6SQHEYTN21LUSZO2N42PQ1JWY"."SENSOR" as "SENSOR"
create forbidden
update forbidden
delete forbidden;
}
I tried giving the _SYS_BIC path of my analytic view but it didn't work.
Also, could anyone please suggest me how could I join the two tables in the OData file.
I tried the "expand" keyword, but it didn't work.
Thanks and Regards