Hello
I have a table with 2 columns, "% of Total" and "Correlation"
I would like to sort simultaneously both columns in Descending only
but when I run the script, the column Correlation is sorted like Descending but % of Total is sorted like Ascending
What is wrong with my script?
dt << sort ( by ( "Correlation" , "% of Total" ), Order ( Descending ), Replace table );