Hi
I havnt used CR for ages and now im struggling with a formula.
I have a table with sales figures on, each entry has a code attached (C, I or P) and i need 2 formulas, 1 to add up all the totals for entries with C and one to Add up all with I.
I then plan the subtract one formula from the other
heres what ive got but it just adds everything up ignoring essentially the 1st part of the formula, i must be missing something
IF {InvoiceHeader.TYPE} <> "C"
THEN SUM ({InvoiceHeader.TOTALVALUE})
Help Please!
Cheers Croaks
I havnt used CR for ages and now im struggling with a formula.
I have a table with sales figures on, each entry has a code attached (C, I or P) and i need 2 formulas, 1 to add up all the totals for entries with C and one to Add up all with I.
I then plan the subtract one formula from the other
heres what ive got but it just adds everything up ignoring essentially the 1st part of the formula, i must be missing something
IF {InvoiceHeader.TYPE} <> "C"
THEN SUM ({InvoiceHeader.TOTALVALUE})
Help Please!
Cheers Croaks