Hi all,
the code below seems not be working.
Could anyone suggest a fix?
Thanks
returnN: {[orderColumn; order; N; t] if[order=top; N sublist orderColumn xdesc t ; order=
bottom; N sublist orderColumn xasc t] }
Hi all,
the code below seems not be working.
Could anyone suggest a fix?
Thanks
returnN: {[orderColumn; order; N; t] if[order=top; N sublist orderColumn xdesc t ; order=
bottom; N sublist orderColumn xasc t] }
already solved.
Thanks