This article applies to Microsoft Dynamics NAV for the following countries and language locales.
- Belgium (French) (fr-be)
- Belgium (Dutch) (nl-be)
Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.
View products that this article applies to.
...
DataItemTableView=SORTING(Type,Country/Region Code,Tariff No.,Transaction Type,Transport Method,Transaction Specification,Area);
OnPreDataItem=BEGIN
IF Nihil THEN
CurrReport.BREAK;
// Delete the following line.
CurrReport.CREATETOTALS("Statistical Value",Quantity);
IF COUNT > 0 THEN BEGIN
IF GETRANGEMIN(Type)=0 THEN
"Intrastat Jnl. Batch".TESTFIELD("System 19 reported",FALSE)
ELSE "Intrastat Jnl. Batch".TESTFIELD("System 29 reported",FALSE);
...
...
DataItemTableView=SORTING(Type,Country/Region Code,Tariff No.,Transaction Type,Transport Method,Transaction Specification,Area);
OnPreDataItem=BEGIN
IF Nihil THEN
CurrReport.BREAK;
// Add the following line.
CurrReport.CREATETOTALS("Statistical Value","Total Weight",Quantity);
IF COUNT > 0 THEN BEGIN
IF GETRANGEMIN(Type)=0 THEN
"Intrastat Jnl. Batch".TESTFIELD("System 19 reported",FALSE)
ELSE "Intrastat Jnl. Batch".TESTFIELD("System 29 reported",FALSE);
...
Keywords: kbqfe, kbmbsquickpub, kbmbsmigrate, kbmbspartner, kbsurveynew, kbmbscodefix, kb