Forum Discussion

jjr333's avatar
jjr333
Advocate I
7 years ago
Solved

Sort alphanumeric column by an numeric column

Hi, I have a datatable with air pollution readings. "Wind Dir" is derived from the column "Dirección" (which contains the direction in degrees) by using a "bucket table" / lookup table. Wind...
  • jjr333's avatar
    jjr333
    7 years ago

    Hi Anonymous ,

    Finally got it to work.

    My problem was the added Calculated column X (with the sort order) depended on another Calculated column Y which I wanted to sort by X.

    Cheers, Julian