I'm creating a balance sheet in Crystal 2008. My source table has account, yr, credit1 and debit1(the 1s indicating the period).
I want to show the dollars for each period so I created a formula 'debit1-credit1=balance1'. I also want a summary for all banking accounts in 2012.
I tried to do this by adding suppression logic to the details 'if {?My Parameter}={GL_DATA.GL-Year}THEN FALSE ELSE TRUE' then I inserted a summary for balance1. The suppression worked but the summary added all balances for all years instead of just the one year.
Does anyone know how to prevent this?
Jen
I want to show the dollars for each period so I created a formula 'debit1-credit1=balance1'. I also want a summary for all banking accounts in 2012.
I tried to do this by adding suppression logic to the details 'if {?My Parameter}={GL_DATA.GL-Year}THEN FALSE ELSE TRUE' then I inserted a summary for balance1. The suppression worked but the summary added all balances for all years instead of just the one year.
Does anyone know how to prevent this?
Jen