B
Bret
Please. I run a query with the following in the last field:
%Growth: FormatPercent(Sum([QtrRev_Current]-
[QtrRev_Prior])/[QtrRev_Prior],2)
The query runs fine however when I sort Ascending or
Descending, it reads the results like a text instead of
value.
Sample:
7.04%
67.14%
6.95%
67.14 should be above 7.04. Is there a way for this query
to read these as a value to sort correctly?
thank you!
%Growth: FormatPercent(Sum([QtrRev_Current]-
[QtrRev_Prior])/[QtrRev_Prior],2)
The query runs fine however when I sort Ascending or
Descending, it reads the results like a text instead of
value.
Sample:
7.04%
67.14%
6.95%
67.14 should be above 7.04. Is there a way for this query
to read these as a value to sort correctly?
thank you!