Hi Everyone

Version: NAV 2009
Database:SQL
Client: Classic
I am having a problem trying to restrict the lines showing in the statement to only show Remaining Amounts. The customer does not want to see all the previously allocated lines.
I have tried to add filters within the report design without any joy.
Sorry this is going to be such a simple solution I know.
Thanks
ADARTIHS
Comments
If you want the report to print the lines having remaining Amount non zero then, on the body section u need to code:
- Currreport.showoutput("Remaining Amount"<>0);
I thought it would be easy!!
That works great thanks for your help!!
Regards,
ADARTIHS