Options

trouble with report: Too many rows

IvanBIvanB Member Posts: 17
Hello! Can you help me. I created new report and run on preview. Total rows in the report 19000. I get error "Stream was too long". Why can't show 19000 rows?
Nav2016

Best Answers

Answers

  • Options
    zaidtariqzaidtariq Member Posts: 52
    Can you show me the dataset and layout?
    Best Regards:
    Zaid Tariq
    Dynamics NAV/365 BC Developer at Dynamics 360

    please like / agree / verify my answer, if was helpful.
  • Options
    IvanBIvanB Member Posts: 17
    Hi all! Very thanks all! The error was in blob fields.
  • Options
    souoiksouoik Member Posts: 128
    waht the solution you applicat
  • Options
    AlceAlce Member Posts: 2
    I have the same problem, and in my report i have a blob filed. What is the solution of this case please?
  • Options
    AlceAlce Member Posts: 2
    I have the same problem, and in my report i have a blob filed. What is the solution of this case please?
  • Options
    Slawek_GuzekSlawek_Guzek Member Posts: 1,690
    edited 2023-03-27
    @alce redesign the report structure and move section the BLOB field to a section that is not repeated. Then use the code inside the report to get the BLOB data to the control in place where you need it

    The trick is to base the very first Data section on the Integer table, limit iterations to just one, and add all BLOBs as variables calculated in the code and exposed as columns in that sectoin.

    Or investigate ForNav Reports - far, far better and cost-effective solution for creating and maintaining reports in NAV/BC
    Slawek Guzek
    Dynamics NAV, MS SQL Server, Wherescape RED;
    PRINCE2 Practitioner - License GR657010572SG
    GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
Sign In or Register to comment.