Hi All
I need to create a report using Prompt as Date range.And when i give the date as range the report should get all the rows from the db and only certian coloumns should get filtered out.
IF the Data in the DB have 5 rows
Colm1 Created_Date Modified_date Value Modified_value
A 1-SEP 10-OCT 10 20
B 20-APR 21- JUN 20 30
C 2-AUG 30 50
D 20-June 3-AUG 40 60
And when i give date range in the report . it should get all the rows in the report but the modified values must come only in the date range given.
if i give date range between 30-June to 30 Sep , i should get the below result.
Colm1 Created_Date Modified_date Value Modified_value
A 1-SEP 10
B 20-APR 21- JUN 20 30
C 2-AUG 30
D 20-June 3-AUG 40 60
Since only B & D got modified in the date range value. we the above result.
Please suggest how i can create the report