using Crystal 8.5, Sql Server 2000, trying to do a crosstab and the associated chart (the chart's the most important thing, I've been told)
I have a date field which I'm using as the item running across the top (that is, a date as the "column" heading).
I'd love to instead use just a number (earliest date is column 1)
I just cannot see a place to specify the "Record Number" special field.
When I try to define a "Formula Field" that only has the "Record Number" the Formula is created but it fails to show up as an item in any of the dialog boxes so that I can replace the date with the serial/event number
I know a way to get row numbers of of sql server but the query is killing the test server which, natch, has a lot fewer rows than production.
I have a date field which I'm using as the item running across the top (that is, a date as the "column" heading).
I'd love to instead use just a number (earliest date is column 1)
I just cannot see a place to specify the "Record Number" special field.
When I try to define a "Formula Field" that only has the "Record Number" the Formula is created but it fails to show up as an item in any of the dialog boxes so that I can replace the date with the serial/event number
I know a way to get row numbers of of sql server but the query is killing the test server which, natch, has a lot fewer rows than production.