Hi,
I have a crosstab query which is based on a simple select query. Here is how the query works..
The base query gets it date from employee table and their incentives table for the given quarter. This query feeds to the Crosstab query for displaying the quarterly data. I have a field in the crosstab query which calculates the sum of all three months in the quarter.
I want to give ranks to this quarterly total in the crosstab query. I tried using the rank function posted by someone on this forum with the subquery. But subquery doesnt seem to be working in the crosstab query.
Can anybody help.. its urget...
Thanks
Keyur
					I have a crosstab query which is based on a simple select query. Here is how the query works..
The base query gets it date from employee table and their incentives table for the given quarter. This query feeds to the Crosstab query for displaying the quarterly data. I have a field in the crosstab query which calculates the sum of all three months in the quarter.
I want to give ranks to this quarterly total in the crosstab query. I tried using the rank function posted by someone on this forum with the subquery. But subquery doesnt seem to be working in the crosstab query.
Can anybody help.. its urget...
Thanks
Keyur
Comment