Hana SP07
I created a simple table with couple of fields using hdbdd.
Created an Attribute view based on that table.
Added an analytic privilege that restricts rows on that table for certain values. This is a fixed filter.
Appropriate roles were assigned.
When I viewed data using the attribute view, the data was correctly filtered based on the analytic privilege constraints.
Then I exposed the view in an OData service. When I query the OData EntitySet, all the rows were returned. That is not what I expected. What did I miss?