2

I have a schema and a report using this schema. Now I would like to show in this report different parts of my data to different roles (e.g. different partner shops should only see the data concerning them). For that I made one perspective for every partner and gave each of them a different role using only this perspective. The report itself I set up to use the whole cube.

But apparently this is not working, as I thought, since they can all see the whole cube.

Did I miss something? Is it even possible, what I try to achieve?

Thanks in advance for your help!

4

2 に答える 2

2

パースペクティブの代わりに承認を使用して、ロールへのアクセスを制限することをお勧めします ( access rights )。パースペクティブが許可されていない場合でも、パースペクティブを保持できます。

パースペクティブを使用する必要がある場合は、ロールごとにキューブ/パースペクティブ アクセス権を設定できます。

これが機能しない場合は、サポートに直接連絡してください (スキーマがないと問題を理解するのは容易ではありません)。

于 2015-09-11T09:58:45.020 に答える
0

パースペクティブを正しく理解していなかったようです。制限のために、適切な役割の設定に加えて、視点が必要だと思いました。しかし今、ロール定義の右キューブの事実で [shop].[some_shop] のみを許可して試してみましたが、うまくいきました:)

于 2015-09-11T11:08:17.723 に答える