You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This table is used as a drillthrough for another pivot table
During drillthrough filters are passed to the pivot table input
Problem description:
When trying to drill through a cell that contains only 2 values according to filters, the request falls by timeout.
Problem scenario:
It was found that drillthrough first generates a get query that covers all the pivot table entries and returns html with results that do not match the filters – first 100 row from full table (A similar mdx query via the analyzer returns 2 entries correctly)
For testing, the number of entries in this pivot table was reduced. The request described above still works incorrectly. But it became clear that the mdxToJSON query is run after it, which returns the correct 2 values.
Precondition:
Problem description:
When trying to drill through a cell that contains only 2 values according to filters, the request falls by timeout.
Problem scenario: