Forum Discussion
Anonymous
4 years agoNot applicable
Rank with duplicates
I have a column that has days since trade from today, so a trade yesterday would be 1, day before 2 etc. We do many trades to there could 100 trades designated with a 2. How could I rank this column...
amitchandak
4 years agoSuper User
Anonymous , try a new column like
rank = rankx(Table,[Days since trade],,asc,dense)
- Anonymous4 years agoNot applicable
thanks I get a 'Token Literal expected" error
- amitchandak4 years agoSuper User
Anonymous , Please find the attached file after signature