Hello,
is there a way to change "Hide summaries at this level" in
a macro? I know I can switch to reporter mode and delete
the summary rows one by one, but this takes a lot of time.
I didn't find anything in the help file (pp_mac.hlp), is
there an method/attribute to turn it on/off...
Apparently there is no way to loop through all children of
the current level, now I do it with a 2nd report, do the
drill up/down stuff to get the children names and apply
them to the main report(PPRep.Change(...)).
Not very elegant, but it works :)
Hello,
I want to save my report as an ascii file for all children
elements in one dimension, right now I do it with this
macro:
strDim ="Locations" 'Dimension
strGroup = "Europe" 'Group with the elements I want to loop
Set objPPDim = objPPRep.DimensionLine.Item(strDim)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.