I am using CR v.8.0 and I do not want to show the negative "-" on the result but I still need the result. I have tried the Abs and it return 0 data and I tried subsrcipt and I ran into error like "This text does not appear to be apart of..". Please advise. Thanks. Below is my example.
//tableA.SalesDate = 05/11/05
Datediff("D",CurrentDate,{tableA.SalesDate})& "Days"
Result = -2.00Days
Desire Result = 2.00Days
//tableA.SalesDate = 05/11/05
Datediff("D",CurrentDate,{tableA.SalesDate})& "Days"
Result = -2.00Days
Desire Result = 2.00Days