Hi to all,
I've a simple requirement for my HANA "pure" (HANA Platform) DWH:
Using a simple "Or" condition between dimension of a Analytic or Calculation view.
A simple Example: in my calculation view I've company (Company_cod) and Sales organization (org_cod) that are in a 1:n relationship (one company - more organization).
I want to build a simple analytic privilege with this rule:
All data for company 2000 (all sales organization for company 2000) or only Sales Organization 3010 and 3020 (for company 3000).
I want to build this but is not easy with analytic privilege. Let me explain:
1) if a build an analytic privilege with company_cod filter to 2000 and org cod filter to 3010 and 3020 results is empty list because this is an AND logical relationship between filters;
-------------------------------------------------------------------------------------------------------------------------------------------
2) If I use two different analytic privilege (one for COMPANY_COD and one for ORG_COD) I can see only data for company 2000 and nothting for ORG_COD 3010 and 3020
Someone can help me to understand how it work and how to achieve this requirement?
Thanks thousand