How to Sort by ASCII (caps first)

Options

I have a user complaining that their pivot table column sort changed recently. It used to sort capital letters first. For example, it used to sort DOMO before David, but now it sorts David before DOMO. Now it ignores upper/lower case when sorting. I prefer ignoring case when sorting, in general, but is there a way to sort by caps first / ASCII code?

Thanks, Rob

Tagged:

Best Answer

  • ColemenWilson
    Answer ✓
    Options

    This can be done using the ASCII() function in a SQL dataflow. Doesn't work in a beastmode or Magic ETL.

    If I solved your problem, please select "yes" above

Answers

  • ColemenWilson
    Answer ✓
    Options

    This can be done using the ASCII() function in a SQL dataflow. Doesn't work in a beastmode or Magic ETL.

    If I solved your problem, please select "yes" above