Report -> Table Filter to Request Form OnChange

infonoteinfonote Member Posts: 233
Hi,

Is there a way to copy the filter of a table e.g. purchase line to a request form date variable e.g. VarPostingDate

Initially the date filter field will be empty in the purchase line.
The user enters a date in the filter field of the table (a date range). e.g. 010110..311210
The request form will be modified from blank to the last date of the range. e.g. 311210 after the user enters the field.

Is it possible? Getting the 311210 is not a problem using GETRANGEMAX.
The problem I am facing is modifying the request form variable as soon as the filter in the table is modified.

Thanks in advance.
Sign In or Register to comment.