Hi all,
I use a value filter for my pivot field "MATERIAL". How can I get the name of the data field that is used in that filter?
doesn't work![]()
.PivotFields("MATERIAL").PivotFilters.DataField
works, but only if I know the index of the filter within the pivot table....![]()
pt.ActiveFilters(2).DataField
Bookmarks