Hi Sastri and Naga
Sorry I gave wrong information.
Actually I have a query for date id which is coming from time table like this.
SELECT MIN(DATE_ID) as Date FROM TIME WHERE YEAR=TO_CHAR(SYSDATE,'YYYY')
And i have trans date which is coming from a view.
Now i need to link the date id with trans date field coming from view and i have to create the parameter like from date and to date.
I need to display the data for below dates like this.
28.12.12 to Previous Day. (Requirement)
Here 28.12.12 is calender date which is coming from the above query
Now i need to create the parameter like this.
Parameter between Date and Previous Day
Please suggest how to create and it should not ask the parameter to enter .It should run without asking any parameter.