Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CRYSTAL REPORT CONVERTION DATE

Status
Not open for further replies.

mongos30

Technical User
Jun 16, 2004
16
US
I'm a new usuer of CRYSTAL REPORT and need some help. I created a report where I have listed my promise DT and billed DT for a particular month. Now I need to know the difference amount of days differences between this two columns. I know how to do it if both columns are in the same month but I'm having problems in make it work with differente month. I need to make it run with both same month and differente month at the sametime.
Please help!
Thanks
MARCIA
 
Since you're probably going to display one or the other date on the report, create 3 formula's.

Formula Name: Promise Date
NumberToDate({oeordlin_sql.promise_dt})

Formula Name: Billed Date
NumberToDate({oeordlin_sql.promise_dt})

Formula: Difference
{@Billed Date} - {@Promise Date}


Kevin Scheeler
 
Sorry, slight change on the Billed Date formula

Formula Name: Billed Date
NumberToDate({oeordlin_sql.billed_dt})


Kevin Scheeler
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top