Excel Line Limit when exporting from Nav

Hi Andrew,

Check Codeunit 424

IF NoOfRows > 65000 THEN
ERROR(Text032,65000,AnalysisView.FIELDCAPTION(“Date Compression”),AnalysisView.TABLECAPTION);

Hope this helps

Albert