I have two charts, where one is connected to the other using drill-through.
The issue is with the second chart (the drill-through target). It contains an aggregation formula that uses the ignore_filters function. Under normal conditions, the formula works correctly.
However, when I access this chart via drill-through, the ignore_filters function stops working as expected. The results are calculated with the filter applied, even though it should be ignored.
I’ve tried modifying the arguments of the ignore_filters function, but it didn’t help.
Is there any workaround for this issue, or is this a known limitation?