Greetings.
I am currently composing a report in Crystal 7.0 that is to calculate various "GRAND TOTAL" values on inventory items that are located within my report.
I have no problems "sum"ming up other columns at the end of my report (total number of inventory items that meet each individual criteria). The problem arises when I am trying to get a GRAND TOTAL of a column of Inventory Value. I am able to generate an TOTAL AMOUNT at the end of the row for a specific piece of inventory, but when I go to get a GRAND TOTAL, I get *NO* Grand Total choice from INSERT | Grand Total (is greyed out).
I generate the TOTAL AMOUNT (for each line item/row) from a formula that I created:
Sum ({@SUM OF A & F}, {item.in2}) * {item.in5}
THIS is where I am having a problem. I need to find an alternative method of getting a GRAND TOTAL for the end of this report because apparently in Crystal, I am unable to "GRAND TOTAL" an amount that was derived from a formula.
ITEM NRFI RFI TOTAL # OF ITEMS TOTAL VALUE
---- ---- --- ---------------- -----------
XX01 01 03 04 $14.00
_______________________________________________
GRAND
TOTALS: 01 03 04 $14.00
(hopefully)
NRFI is calcuated with @IF=A
**if {equipment.eq6} = "A" and
{equipment.location} = {locations.location} and
{equipment.location} <> "DRMO" and
{locations.type} = "storeroom" then 1
RFI is calcuated with @IF=F
**if {equipment.eq6} = "F" and
{equipment.location} = {locations.location} and
{equipment.location} <> "DRMO" and
{locations.type} = "storeroom" then 1
TOTAL NUMBER is calculated with @SUM OF A&F (sum)
**{@IF = A} + {@IF = F}
TOTAL VALUE is calculated with @SUM OF INVENTORY VALUE
**Sum ({@SUM OF A & F}, {item.in2}) * {item.in5}
item.in2 is the MODEL NUMBER
item.in5 is the ITEM COST
If anyone can help me create a formula (or other method) to come up with a GRAND TOTAL that would be great! Like I said, I have no problems coming up with NRFI/RFI/TOTAL NUMBER OF ITEMS (Grand Total), just with coming up with the GRAND TOTAL of INVENTORY VALUE.
Thanks!!
Cherrel. |-)
I am currently composing a report in Crystal 7.0 that is to calculate various "GRAND TOTAL" values on inventory items that are located within my report.
I have no problems "sum"ming up other columns at the end of my report (total number of inventory items that meet each individual criteria). The problem arises when I am trying to get a GRAND TOTAL of a column of Inventory Value. I am able to generate an TOTAL AMOUNT at the end of the row for a specific piece of inventory, but when I go to get a GRAND TOTAL, I get *NO* Grand Total choice from INSERT | Grand Total (is greyed out).
I generate the TOTAL AMOUNT (for each line item/row) from a formula that I created:
Sum ({@SUM OF A & F}, {item.in2}) * {item.in5}
THIS is where I am having a problem. I need to find an alternative method of getting a GRAND TOTAL for the end of this report because apparently in Crystal, I am unable to "GRAND TOTAL" an amount that was derived from a formula.
ITEM NRFI RFI TOTAL # OF ITEMS TOTAL VALUE
---- ---- --- ---------------- -----------
XX01 01 03 04 $14.00
_______________________________________________
GRAND
TOTALS: 01 03 04 $14.00
(hopefully)
NRFI is calcuated with @IF=A
**if {equipment.eq6} = "A" and
{equipment.location} = {locations.location} and
{equipment.location} <> "DRMO" and
{locations.type} = "storeroom" then 1
RFI is calcuated with @IF=F
**if {equipment.eq6} = "F" and
{equipment.location} = {locations.location} and
{equipment.location} <> "DRMO" and
{locations.type} = "storeroom" then 1
TOTAL NUMBER is calculated with @SUM OF A&F (sum)
**{@IF = A} + {@IF = F}
TOTAL VALUE is calculated with @SUM OF INVENTORY VALUE
**Sum ({@SUM OF A & F}, {item.in2}) * {item.in5}
item.in2 is the MODEL NUMBER
item.in5 is the ITEM COST
If anyone can help me create a formula (or other method) to come up with a GRAND TOTAL that would be great! Like I said, I have no problems coming up with NRFI/RFI/TOTAL NUMBER OF ITEMS (Grand Total), just with coming up with the GRAND TOTAL of INVENTORY VALUE.
Thanks!!
Cherrel. |-)