I have a Report in OBIEE which access a view table(The physical Layer) in Repository.
The View table has access to one of physical table which is partitioned based on DISCOM or group namely 'MG,UG,DG and PG'
But when the report runs instead of using table partition DISCOM wise it does a full table scan.
It actually should work like this suppose a customer logins to the application into a particular DISCOM say 'MG' with its MG userid say "MG7801" the Report should fetch data
only for that particlular DISCOM not for all. Similar for others.
How to reflect table partitioning in Report or repository???
Regards
Debayani