I have a report that is summarized by deptid and the first number of the account (I've concatenated the field). I'm only pulling two types of accounts (4000 series and 5000 series). Therefore, each deptid has two rows of data-one for acct "4" and one for acct "5". I would like to only have one row of data for each deptid. For the row ending in "4", I only want to populate the first 3 fields (Rev bud, Acct and Bal columns). For the row ending in "5", I want to populate the remaining fields (Exp, Actuals Bud, Encum, Commit, and YTD% columns). Any ideas how to do this? I'm using Crystal 6.
Here is what my current report looks like:
( 4000 acct) |( 5000 acct )
Deptid Rev Act Bal | Exp Actuals Encum Commit YTD%
bud bud
58304 281 552 271 | 281 552 0.00 0.00 0.00
58305 281 229 51 | 281 229 17 247 88%
Here is what my current report looks like:
( 4000 acct) |( 5000 acct )
Deptid Rev Act Bal | Exp Actuals Encum Commit YTD%
bud bud
58304 281 552 271 | 281 552 0.00 0.00 0.00
58305 281 229 51 | 281 229 17 247 88%