Hi All,
i have created one analytic privileges in which i have added two hana views (FI_AP and FI_AR).
For both hana view i am putting restriction on company code.I am putting condition on companycode = 'X' and companycode = 'Y ' for the two views.
i have created one role for this analytic privilege and assigned it to user.
Now when i am executing the View FI_AP ,it should only display the data for companycode = 'X'. In case if doesnot have data it should show no data.
But in my case it is displaying the data of companycode = Y , which i have assigned for another view FI_AR.
why it is behaving like this? can anyone explain?its urgent...