sommererdbeere
Programmer
Hi,
I really really hope someone can help me.. i've been trying to figure this out for a long long time, but no solution found.. here is my problem:
In Record Formula Selection, i've try to pass in 3 parameter, part_no, begin_date, end_date.. however, the date doesn't pass correctly, it mess up the whole report i created... let say, i wanna select the date between 11/1/2003 - 11/10/2003, this date frame is not being selected.. the report shows ALL the date.. here how i wrote in parameter fields and the record formula for the date:
Parameter Fields: Begin_Date --> Value type(date)
--> default value (1/1/9999)
end_Date --> Value type(date)
--> default value (12/30/9999)
Record Formula Selection:
{CLOSE_DATE} >= {?Begin_Date} and
{CLOSE_DATE} <= {?end_Date}
i have tried to set Value Type (string) in the Parameter fields and do cdate({?Begin_Date}), date({?Begin_Date}), datevalue({?Begin_Date}) in Record Formula Selection for both begin and end date..
the date is pass in from oracle SQL database.
i've heard it is very tricky to pass in Date from Oracle Database into Crystal Report..
i hope someone can help w/this problem.. i will appreciate very very very much.. thanks for those who help and answer my question.. million million thanks..
mm
I really really hope someone can help me.. i've been trying to figure this out for a long long time, but no solution found.. here is my problem:
In Record Formula Selection, i've try to pass in 3 parameter, part_no, begin_date, end_date.. however, the date doesn't pass correctly, it mess up the whole report i created... let say, i wanna select the date between 11/1/2003 - 11/10/2003, this date frame is not being selected.. the report shows ALL the date.. here how i wrote in parameter fields and the record formula for the date:
Parameter Fields: Begin_Date --> Value type(date)
--> default value (1/1/9999)
end_Date --> Value type(date)
--> default value (12/30/9999)
Record Formula Selection:
{CLOSE_DATE} >= {?Begin_Date} and
{CLOSE_DATE} <= {?end_Date}
i have tried to set Value Type (string) in the Parameter fields and do cdate({?Begin_Date}), date({?Begin_Date}), datevalue({?Begin_Date}) in Record Formula Selection for both begin and end date..
the date is pass in from oracle SQL database.
i've heard it is very tricky to pass in Date from Oracle Database into Crystal Report..
i hope someone can help w/this problem.. i will appreciate very very very much.. thanks for those who help and answer my question.. million million thanks..
mm