Hi Ayla,
When you activate any type of view (attribute/analytic/calculation). It generates a column view in _SYS_BIC schema.
So you can actually specify it like this in odata service -
service{
"_SYS_BIC". "CustomerRep/AV.analyticview" as "OK Status" keys ("OK_STATUS");
}
Thanks,
Sharan