Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
To all,
is there not a function in mathcad to return the "top N" value of a data set?
Thanks
Regards
Solved! Go to Solution.
You can just use sort() or csort(), followed by submatrix(0,9,0,cols()-1)
You can just use sort() or csort(), followed by submatrix(0,9,0,cols()-1)
Thanks. Thought there was a specific function like in xls (LARGE) to do the job directly