Hello,
I am using Crytal Reports 9 to create a report. The report is currently grouped by portfolio, equity group and country. I have a column called PCT of Assest wich I would like to summarize at the bottom of the report for every country. The formula for pct of assets is:
{@Mkt_Acc} / sum( {@Mkt_Acc}, {@PortName} ) * 100
I am having a hard time summarizing this data individualy by country. I have not been able to use sum(fld,conFld,""). Does anyone recommed a formula? For example:
if GroupName ({Appraisal.Country Name}) = "BRAZIL"
then {@Mkt_Acc} / sum( {@Mkt_Acc}, {@PortName} ) * 100
Thank you OT2
I am using Crytal Reports 9 to create a report. The report is currently grouped by portfolio, equity group and country. I have a column called PCT of Assest wich I would like to summarize at the bottom of the report for every country. The formula for pct of assets is:
{@Mkt_Acc} / sum( {@Mkt_Acc}, {@PortName} ) * 100
I am having a hard time summarizing this data individualy by country. I have not been able to use sum(fld,conFld,""). Does anyone recommed a formula? For example:
if GroupName ({Appraisal.Country Name}) = "BRAZIL"
then {@Mkt_Acc} / sum( {@Mkt_Acc}, {@PortName} ) * 100
Thank you OT2