Hi every one,
Can you please help me in the below scenario.
I have a date column in the table. (select sc_date from table_name)
I need to have a date parameter. when we run the report initially by default it should take ONLY previous months data.
After initial run, user can select any month. So, in the report I need to get monthly data like any month.
If we select july parameter, we need to get all the data of july month or if we select june parameter, we need to get all the data of june month.
Thanks
Vishu