Hi,
Is there the possibility to programmatically add or remove a row, column or filter field in the PivotTable component?
The use case is: I need to have a "fast filter" (for instance, Year) that is external with respect to a pivot table. Just imagine a text box in which the user writes the year to use to filter the data. When the input is complete and the user presses a button, the button calls a method that inserts (or removes) into the PivotTable (or PivotFieldList) this filter (something like "Pivot.PivotViewFilters.Add(myNewFilter)".
This may also be needed to add (or remove) a row or column dimension with multiple values selected (i.e., I have a dimension with dates, and the users select which dates to see in rows).
From the documentation it seems that it is not currently supported, am I wrong? Will it be in the future?
Or where can I look at an example?
Thank you.
Kind regards,
Riccardo Zucchetto