How to filter the report using coding

chandrurecchandrurec 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

  • kapamaroukapamarou 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
  • chandrurecchandrurec 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
  • kapamaroukapamarou Member Posts: 1,152
    You're welcome... :D
Sign In or Register to comment.