I have tried multiple ways as below but none of them working for me.
- I am getting not iterable error
for pivot_item in PivotTable.PivotFields("IN-PRODUCT-GROUP-CODE"):
print(pivot_item.Name)
If value not present in pivot table throwing exception
for fld in product_grp_cd_filter:
if PivotTable.PivotFields('IN-PRODUCT-GROUP-CODE').PivotItems(fld).Visible:
PivotTable.PivotFields('IN-PRODUCT-GROUP-CODE').PivotItems(fld).Visible = False
getting Count method not present error
PivotTable.PivotFields('IN-PRODUCT-GROUP-CODE').Count
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…