Hi,
I understand that I am able to use the =ReportFilterSummary() function to capture any filters applied in a report, and in doing so, I can parse this to retrieve which filters are applied on specific blocks.
But, is there a more straightforward way to do this?
(i.e. Is there any route I can take that would be similar to using a BlockFilterSummary() function if it were to exist?)
The end goal here is to capture whatever filters are applied to a block without having to parse the Report Filter Summary.
Thanks