BradCustom
IS-IT--Management
I'm working with Crystal 2008 and trying to find the Date Difference between the End Date of the first record and the Start Date of the next record. I found a thread where someone else was trying to do something similar. Each record has a Start and End Date.
Below is the formula I've tried.
The result of this formula is 0 for every line.
Thanks for the help.
Below is the formula I've tried.
Code:
if {Transaction_Data.Transaction_Start}= next({Transaction_Data.Transaction_Start}) then
datediff("n",{Transaction_Data.Transaction_End},next({Transaction_Data.Transaction_Start}))
The result of this formula is 0 for every line.
Thanks for the help.