Hello,
Firstly sorry for the confusion....
Yes, I am after the following result;
1-1-10
1-2-10
1-3-10
1-4-10
The reason for this is that I have tried to create a simple dynamic date parameter and activated it through select expert however when I do I loose some of the date values in the database when I use 'is between' or 'is one of'
For example db has 3 values:
14/08/2007
25/01/2007
25/11/2009
The parameter only displays:
14/08/2007
25/11/2009
So I am looking for another way to bring across the values in the report data so they are all included.
I would also obviously like to have ALL dates included in the selection parameter when a user refreshes a report.
I am not sure how to best achieve this......or why I am loosing the option to select 25/01/2007 when I try to refresh the report
Also I am not sure if the issue (of the missing date in the parameter) is caused by my SQL as I have also tried to convert a string value into a date format using:
TO_CHAR(to_date(substr(ts.SYSLASTUPDATED,1,8),'YYYY/MM/DD'), 'dd/mm/yyyy') as Last_Action_Date,
Original format of string was: 200911250439051
New format: 25/11/2009
I don’t suspect this is why as I have tried to create a state parameter and I only get 2 options when I should be getting 5.
Regards,
Despina