Hi,
Sorry to ask a newbie question, but I'm not able to accomplish what I want within Crystal Reports (specifically, I'm trying to create a chart off running totals that were created in CR8, but its glitchy)...
How do I create a running count of records within my view?
Example:
Select
fieldname
runningcountfield
From
tablename
Group By
Field name
Result:
fieldname runningcount
fielda 1
fieldb 2
fieldb 2
fieldc 3
Sorry to ask a newbie question, but I'm not able to accomplish what I want within Crystal Reports (specifically, I'm trying to create a chart off running totals that were created in CR8, but its glitchy)...
How do I create a running count of records within my view?
Example:
Select
fieldname
runningcountfield
From
tablename
Group By
Field name
Result:
fieldname runningcount
fielda 1
fieldb 2
fieldb 2
fieldc 3