Hello
I could not see the existing "Query" parameter in the Grid component in the SfPivotView component.
What I want to do is:
We are developing reports using query builder and pivotview. There can be many records in the data source we use. In this case, the querybuilder is very slow to load. In addition, there is no need to load so many records at that stage.
For example, when making a report for invoice records, I want only customer, product, date, etc. filters in the query builder. Then we want to use the Query builder filter in the pivotview query.
What would be the best method for this?
Best Regards