T
Tom
I use the expression query below:
TotalSum: ([GetPriorityPoints]*0.4+[GetCPLPoints]*0.1). The result is the
following:
0.36
0.22
0.20
0.36
0.17
0.23
0.24
I now select "Ascending" to sort the calculated numbers.
However, with the "Ascending" in place, this query becomes a parameter query
(w/o the ASC, it executes properly).
I'm sure there is a simple answer, but I can't think of it... so my question
is: How can I sort the expression query in ASC order (by "TotalSum").
Thanks,
Tom
TotalSum: ([GetPriorityPoints]*0.4+[GetCPLPoints]*0.1). The result is the
following:
0.36
0.22
0.20
0.36
0.17
0.23
0.24
I now select "Ascending" to sort the calculated numbers.
However, with the "Ascending" in place, this query becomes a parameter query
(w/o the ASC, it executes properly).
I'm sure there is a simple answer, but I can't think of it... so my question
is: How can I sort the expression query in ASC order (by "TotalSum").
Thanks,
Tom