Hi
In a report i have source table G/L Entry . In C/al Code i want sorting by Transaction in Ascending , Amount Descending . How it can be done
I am trying below code but it is not working
"G/L Entry".SETCURRENTKEY("Transaction No." , Amount);
"G/L Entry".SETASCENDING(Amount,Descending);
Thanks
*This post is locked for comments