Hello,
I have created a custom currency display type that follows the Canadian French formatting rules (e.g., 1 234,56 $).
In my underlying query, this column is a calculated field and its Data Type is explicitly set to Float.
In my Data View, the Display Type for this column is set to my custom display type (CADfrca).
When a user clicks on the sorting icon in the Data View column header, the rows are sorted alphabetically (as text) rather than numerically.
Is there a way to keep the custom visual formatting while forcing the Data View to sort by the underlying numeric (Float) value?
Thank you!
Jean

