rich.barry
Registered User.
- Local time
- Today, 20:48
- Joined
- Aug 19, 2001
- Messages
- 176
This query is the data source for a chart on a report.
First column of the query is the sorted data.
Second column should be = n / ( count + 1 )
where n is the row number and count is the total number of rows or values in the first column.
Any ideas how this is written as a calculated expression in a query?
Thanks
Richard
First column of the query is the sorted data.
Second column should be = n / ( count + 1 )
where n is the row number and count is the total number of rows or values in the first column.
Any ideas how this is written as a calculated expression in a query?
Thanks
Richard