Hello,
Using CR 8 / Oracle database.
I am new to CR
I am programming a report where I calculate the maximum annual savings in costs per print using generic against original toners
Data sample
PRIMARY_REF OEM_REF CAPACITY TONER_TYPE PRICE PRINTER_NAME
aaa Q5949A 2500 OEM $50 HPLJ1320
bbb Q5949X 6000 OEM $80 HPLJ1320
ccc Q5949XD 12000 OEM $150 HPLJ1320
ccc Q5949X 6000 GENERIC $40 HPLJ1320
I print articles details, grouped by PRINTER_NAME, and in the group footer I use 2 different conditional totals using the minimum function based on the following data: cost per print (@PRICE/CAPACITY), with conditions (TONER_TYPE= “OEM”) , (TONER_TYPE=”GENERIC).
Then I have a formula in the group footer using the difference between the 2 totals that I multiply by a constant (annual number of prints) to get the final result.(annual savings in $)
Until here, everything fine, though I don´t know if this is the most efficient way (I´ll have to print dozens of printers en each report, and some are using much more supplies).
Now if I want to put this formula in the header, it won't print. I have read user´s manual on CR two pass, and also many threads on group headers and running total and I am still confused if it is possible or not to have this information in the group header.
Thanks in advance for any help
Using CR 8 / Oracle database.
I am new to CR
I am programming a report where I calculate the maximum annual savings in costs per print using generic against original toners
Data sample
PRIMARY_REF OEM_REF CAPACITY TONER_TYPE PRICE PRINTER_NAME
aaa Q5949A 2500 OEM $50 HPLJ1320
bbb Q5949X 6000 OEM $80 HPLJ1320
ccc Q5949XD 12000 OEM $150 HPLJ1320
ccc Q5949X 6000 GENERIC $40 HPLJ1320
I print articles details, grouped by PRINTER_NAME, and in the group footer I use 2 different conditional totals using the minimum function based on the following data: cost per print (@PRICE/CAPACITY), with conditions (TONER_TYPE= “OEM”) , (TONER_TYPE=”GENERIC).
Then I have a formula in the group footer using the difference between the 2 totals that I multiply by a constant (annual number of prints) to get the final result.(annual savings in $)
Until here, everything fine, though I don´t know if this is the most efficient way (I´ll have to print dozens of printers en each report, and some are using much more supplies).
Now if I want to put this formula in the header, it won't print. I have read user´s manual on CR two pass, and also many threads on group headers and running total and I am still confused if it is possible or not to have this information in the group header.
Thanks in advance for any help