percent value of single detail
Hi, (rb 9 standard)
I've a report and in a footer i print a total of value:
id item value %
------------------------------
1 article1 40,00 ????
2 article2 60,00 ????
3 article3 100,00 ????
footer 200,00 100%
i need to print a percent value of a single row
id item value %
------------------------------
1 article1 40,00 20%
2 article2 60,00 30%
3 article3 100,00 50%
footer 200,00 100%
how can i do it?
tks
--- posted by geoForum on http://delphi.newswhat.com
I've a report and in a footer i print a total of value:
id item value %
------------------------------
1 article1 40,00 ????
2 article2 60,00 ????
3 article3 100,00 ????
footer 200,00 100%
i need to print a percent value of a single row
id item value %
------------------------------
1 article1 40,00 20%
2 article2 60,00 30%
3 article3 100,00 50%
footer 200,00 100%
how can i do it?
tks
--- posted by geoForum on http://delphi.newswhat.com
This discussion has been closed.
Comments
Take a look at the following example of calculation the percentage of a
group total and a report total as the report generates. Note that you will
need to use LookAhead variables with a two pass report to make these types
of calculations.
http://www.digital-metaphors.com/tips/PercentageOfGroupTotal.zip
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com