mdelgado100
Technical User
Using Crystal 8.5 - Oracle Database
I have two tables:Incidents and WorkOrders. The tables are link WorkOrders to Incidents with a left outer join.
WordOrders MAY have a corresponding Incident number. An incident is open and a work order is spun off, but not all ways. WorkOrder maybe created independantly.
In the Edit Selection Formula I have: {workorders.state}=Open
I have 3 groups from the WorkOrders Table in the following order:
WorkOrders.dateTime.
WorkOrders.Location
WorkOrders.Part#
Details
-------------
Problem:
When I insert the Open_date_time from the Incident table in the details section, the value is incorrect. I get a MM,DD,YY,HH,MM,SS displayed, But the value is incorrect.
Appreciate any help...Maria
I have two tables:Incidents and WorkOrders. The tables are link WorkOrders to Incidents with a left outer join.
WordOrders MAY have a corresponding Incident number. An incident is open and a work order is spun off, but not all ways. WorkOrder maybe created independantly.
In the Edit Selection Formula I have: {workorders.state}=Open
I have 3 groups from the WorkOrders Table in the following order:
WorkOrders.dateTime.
WorkOrders.Location
WorkOrders.Part#
Details
-------------
Problem:
When I insert the Open_date_time from the Incident table in the details section, the value is incorrect. I get a MM,DD,YY,HH,MM,SS displayed, But the value is incorrect.
Appreciate any help...Maria