on 2007 Oct 29 4:13 PM
Post Author: dbennett
CA Forum: Formula
How can I accomplish this?
Thanks
Post Author: yangster
CA Forum: Formula
this is the most basic of possiblitieshad you done a simple search of datediff in the crystal help you would have been given the example//Crystal syntax
Local DateTimeVar d1 := {Orders.Order Date};
Local DateTimeVar d2 := {Orders.Ship Date};
DateDiff ("d", d1, d2) -
DateDiff ("ww", d1, d2, crSaturday) -
DateDiff ("ww", d1, d2, crSunday)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
67 | |
10 | |
10 | |
10 | |
10 | |
8 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.