Hello,
We are using Analysis for office on top of HANA Analytical view. The Analytical view is based on a huge table of about 3B records.When the user try to filter on a member:
The following SQL is generated on the HANA side:
SELECT DISTINCT "AAA" FROM "BBB"."CCC" ORDER BY "AAA" ASC LIMIT 10001
For huge dimensions this query doesn't make scene and will never finish..
Is it possible to prevent from the users to create this LOV when filtering a member?
Thanks,
Amir