JasonKaufman
Programmer
I am removing date from a string by using the following formula:
(Left({PO1_PurchaseOrderEntryHeader.ShipToAddress1},8))
information in the field could be as 04/14/06 or as 04/14/06C and so i use the formula to leave it as 04/14/06 either way.
However, when i use this new formula (as its formula name) within another formula that determines if this value is within the parameters of a date range, Crystal says "A String is required here" when evaluating
if {@Ship Date} in {?Date Range} then
where {?Date Range} requires a date entry when filling in parameter. This {?Date Range} is used in other parts of main formula and those other fields are Date specific and dont create a problem.
So question is (finally):
How do i extract date information from field and convert it into date-identified field?
thanks for reading and considering my problem
Jason
(Left({PO1_PurchaseOrderEntryHeader.ShipToAddress1},8))
information in the field could be as 04/14/06 or as 04/14/06C and so i use the formula to leave it as 04/14/06 either way.
However, when i use this new formula (as its formula name) within another formula that determines if this value is within the parameters of a date range, Crystal says "A String is required here" when evaluating
if {@Ship Date} in {?Date Range} then
where {?Date Range} requires a date entry when filling in parameter. This {?Date Range} is used in other parts of main formula and those other fields are Date specific and dont create a problem.
So question is (finally):
How do i extract date information from field and convert it into date-identified field?
thanks for reading and considering my problem
Jason