Hello,

 

I am trying to change parameters of a pivot table use Win32::OLE.

 

# Set pivot fields...

$tbl->AddFields("DATE", "NETWORK");

$tbl->PivotFields("PPPFAILPPPNEGOTIATION")->{Orientation} = 4;

$tbl->PivotFields("TFEPINFOUNAVAILABLE")->{Orientation} = 4;

 

Is there a way or does anyone know how to set where the data in the pivot table is a SUM or COUNT?

 

Any documentation on the different parameters that can be used?

 

Thanks

Larry

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to