Hello
Can I start by thanking all of you for your help and support in 2006 and wish you well in 2007.
I am using Crystal XI and am using an excel spreadsheet as my database.
I am creating a high level report to show totals. It is grouped by Client. Each row on the spreadsheet has various 'details' for each client, eg. Sold, Purchase, Dividend.
I have a formula that stores the value ('consideration') for all rows where 'detail' equals "sold".
@Profit from Disposals
if {tbl.details} = "Sold" then {tbl.consideration}
I have another formula that sums the 'consideration' for every row that is "sold" for each client.
@Profit from Disposals Value
sum({@Profit from Disposals},{tbl.client})
These formulas are calculating correctly the sum of 'consideration' and giving me a single value, however, it is displaying on numerous rows on the report, once for each row on the spreadsheet, regardless of whether it is a "Sold" row or not. I do not want to display the detail on the report, just the total value, alongside a text box which describes it as a total for "sold".
I would appreciate any help you can give me.
Regards
Deb100
Can I start by thanking all of you for your help and support in 2006 and wish you well in 2007.
I am using Crystal XI and am using an excel spreadsheet as my database.
I am creating a high level report to show totals. It is grouped by Client. Each row on the spreadsheet has various 'details' for each client, eg. Sold, Purchase, Dividend.
I have a formula that stores the value ('consideration') for all rows where 'detail' equals "sold".
@Profit from Disposals
if {tbl.details} = "Sold" then {tbl.consideration}
I have another formula that sums the 'consideration' for every row that is "sold" for each client.
@Profit from Disposals Value
sum({@Profit from Disposals},{tbl.client})
These formulas are calculating correctly the sum of 'consideration' and giving me a single value, however, it is displaying on numerous rows on the report, once for each row on the spreadsheet, regardless of whether it is a "Sold" row or not. I do not want to display the detail on the report, just the total value, alongside a text box which describes it as a total for "sold".
I would appreciate any help you can give me.
Regards
Deb100