Command skip current report

Does a command skip current report exists in Navision. thx

you can use CURRREPORT.SKIP which skips a record fx if Cust.“No.” = ‘10000’ then Currreport.skip; would skip this record but executes the next - when possible…

Maybe you’re looking for CurrReport.QUIT() ?

or currreport.break?