I need a formula that will return a value for which week the transaction date falls within the current month (1-5). In other words, if the transaction date is 2/3/2003 the result should be "2" since it is based on a Sunday - Saturday week. Another example is if the transaction date is 10/8/2003 the result should be "2" as well because it is the second week in October.
Here is what I have which only gives me what week it is in the current year.
DatePart ("ww",{GL5_DetailPosting.TransactionDate})
&ru
Here is what I have which only gives me what week it is in the current year.
DatePart ("ww",{GL5_DetailPosting.TransactionDate})
&ru