Passing value from a page to a report?

finifini Member Posts: 17
On the "Item Card" page I have a report and I want to add to add to the report the page's No. field value when I run it. How should I do this?

Answers

  • lubostlubost Member Posts: 611
    1. Create global function in report where you can store function parameter into global variable.
    2. Call report function before run report (RUN, RUNMODAL)
    3. You can use your report global variable in report (except OnInit trigger
Sign In or Register to comment.