Statement Report 116 to only Show Remaining Amount

ADARTIHSADARTIHS Member Posts: 78
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

  • suvidhasuvidha Member Posts: 117
    Hi ADARTIHS,
    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);
  • ADARTIHSADARTIHS Member Posts: 78
    Hi suvidha

    I thought it would be easy!!

    That works great thanks for your help!!

    Regards,


    ADARTIHS
Sign In or Register to comment.