Prcessing Only Report

karuchuakaruchua Member Posts: 151
I have this report which if i specify it as processing only,it doesnt give me the desired results but when i have it as not processing,and it has sections,it gives the results, what am i missing here?

i want to run the report and update the sales invoice headerif onaftetrgetrecord,it meets the criteria.

code below
     IF  (Amount<>"Amount Including VAT") THEN
         CurrReport.SKIP
       ELSE
          "Export DocStatus":="Export DocStatus"::Export;
          "Sales Invoice Header".MODIFY;

Comments

Sign In or Register to comment.