Skip to main content
Bill_K
New Member
June 19, 2015
Solved

FAZ Report Limitation

  • June 19, 2015
  • 1 reply
  • 2345 views

Is there any way to produce a report that will return more than 10,000 results?

    Best answer by hzhao_FTNT

    under CLI:

    config system report setting

    set max-table-rows 100000

    end

    Valid input should be a number between 10000 and 100000

     

    1 reply

    hzhao_FTNT
    Staff
    Staff
    June 19, 2015

    under CLI:

    config system report setting

    set max-table-rows 100000

    end

    Valid input should be a number between 10000 and 100000