Options

Running report from ribbon with parameters

Is it possible to create a page action to run a report, with passing a parameter which is used in a filter in the report?
In my case: I want to create 3 page actions which run the same report but with different location codes.
The location code is at the moment a constant value in a data item.

Comments

  • Options
    wolfskinwolfskin Member Posts: 84
    I suggest to create a global function in your report then call that function to pass your parameter before running the report. So in your report you can use SETRANGE and SETFILTER with your parameter. Each action buttons will send different parameter.

    Thanks,
Sign In or Register to comment.