S
Screaming Eagles 101
Hi,
This works fine to add 2 rowaxisses
ptview.rowaxis.insertfieldset ptview.fieldsets("Order")
ptview.rowaxis.insertfieldset ptview.fieldsets("Article")
This also works fine to hide the details and all totals
ptable.activedata.hidedetails
Set ptConstants = ptable.constants
ptview.ExpandMembers = ptConstants.plExpandNever
Trouble is : I DO want to hide the expansion for Article (no totals needed
directly)
but I DON'T want to hide the totals for 'Order', I would like to see the
Totals immediately.
All by code please.
This works fine to add 2 rowaxisses
ptview.rowaxis.insertfieldset ptview.fieldsets("Order")
ptview.rowaxis.insertfieldset ptview.fieldsets("Article")
This also works fine to hide the details and all totals
ptable.activedata.hidedetails
Set ptConstants = ptable.constants
ptview.ExpandMembers = ptConstants.plExpandNever
Trouble is : I DO want to hide the expansion for Article (no totals needed
directly)
but I DON'T want to hide the totals for 'Order', I would like to see the
Totals immediately.
All by code please.