Oy!
Crystal 2008
Oracle db
Epic data
I have a report that is nearly finished. One last thing the user wants is quantity and amounts billed PER RevId. Group 5 is table.REV_CODE_ID, and they want the summary displayed in GF2 table.ADMIT_DATE_TIME. GF 2 currently contains a subtotal of table.QUANTITY and table.TX_AMOUNT using the standard SUM. Now they want a nifty little "window" next to that showing how those subtotals break out by RevId. I would rather not use a subreport if possible. I will not know which RevID's are in each group, hence the need for the solution to be dynamic.
Crystal 2008
Oracle db
Epic data
I have a report that is nearly finished. One last thing the user wants is quantity and amounts billed PER RevId. Group 5 is table.REV_CODE_ID, and they want the summary displayed in GF2 table.ADMIT_DATE_TIME. GF 2 currently contains a subtotal of table.QUANTITY and table.TX_AMOUNT using the standard SUM. Now they want a nifty little "window" next to that showing how those subtotals break out by RevId. I would rather not use a subreport if possible. I will not know which RevID's are in each group, hence the need for the solution to be dynamic.