Passing value from a page to a report?

fini
fini Member Posts: 18
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

  • lubost
    lubost Member Posts: 633
    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