How to filter the report using coding

chandrurec
chandrurec Member Posts: 560
Hi all,

we can able to run the report using report.run(report no). This is the way we used to run the report using coding. But i want to filter the report while i run the report. The filters are i have to run the report for the current customer and for the current month. is there any way in navision to filter the report using coding while running the report. If so, please give me an example and explain.

Thanks in advance.

bye............

Comments

  • kapamarou
    kapamarou Member Posts: 1,152
    REPORT.RUN(Number [, ReqWindow] [, SystemPrinter] [, Record])

    The Record parameter can be filtered before this call.

    Also within the report you can set any filter you like.

    But i think we need a bit more info on what you need to do to reply properly...

    Regards
  • chandrurec
    chandrurec Member Posts: 560
    I got the way how to filter the report using coding which u have told using the below one.

    REPORT.RUN(Number [, ReqWindow] [, SystemPrinter] [, Record])


    Thank a lot kapamarou
  • kapamarou
    kapamarou Member Posts: 1,152
    You're welcome... :D