Something about Ppvariable
Hi...Good day
I have a Query that returns a recordset associated with a ppreport. I must
to group by one concept and get some total for each group. I have the values
for counting in the query associated with PPreport. I am using a Ppvariable
to calc values in Oncalc event , problem is that ppvariable prints value as
much times as Records have Report and I need just to get one value, how can
I do? ...I don't Know if It's for property CalcType=Transversal on
PPvariable, Then I locate Ppvariable in another band differen to datail and
value doesn't appear
Thanks In advance
I have a Query that returns a recordset associated with a ppreport. I must
to group by one concept and get some total for each group. I have the values
for counting in the query associated with PPreport. I am using a Ppvariable
to calc values in Oncalc event , problem is that ppvariable prints value as
much times as Records have Report and I need just to get one value, how can
I do? ...I don't Know if It's for property CalcType=Transversal on
PPvariable, Then I locate Ppvariable in another band differen to datail and
value doesn't appear
Thanks In advance
This discussion has been closed.
Comments
Where would you like to print this value? For instance you could place a
TppVariable in the detail band which calculates on traversal and in its
OnCalc event update the value of another TppVariable in the Group Footer
that keeps track of total. Then if you did not want to see the first
variable, you could simply set its visibility to False. Then be sure to
have your second variable reset on Group end.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com