N
Nemo
Hi All,
is there an expedient, in sorting the TotalSumField by Asc or Desc directly
in a crosstabquery?
It gives me this kind of error message:
Impossible having an aggregation function in the clause ORDER BY
(Sum(TBlEmployees.Amount)
I solved the problem building a Selection Query, based on the crosstabquery,
ordering the TotalSumField by Desc.
In this way the final report is based with two queries and not one only.
TIA
Nemo
is there an expedient, in sorting the TotalSumField by Asc or Desc directly
in a crosstabquery?
It gives me this kind of error message:
Impossible having an aggregation function in the clause ORDER BY
(Sum(TBlEmployees.Amount)
I solved the problem building a Selection Query, based on the crosstabquery,
ordering the TotalSumField by Desc.
In this way the final report is based with two queries and not one only.
TIA
Nemo