Hi All
I have created a RDL report based on a temp table and on pre data item of the report, values are inserted to the temp table (table created with tabletype = temporary) to combine sales orders and archived sales orders. There is only one integer dataitem on the report. The problem is - how do I add run time request filters so the users can set dates for sales orders and archived sales orders as RequestFilterFields only get fields from the integer table (i.e.Number)
Thanks