Skip to main content

need help

If you wanted to do this in a GI for a Sales Order Date, you could use a formula like this:

 

=iif( Year(Today())=Year((SOOrder.OrderDate]) AND ( (CInt(Month(Today())-1))/3) = (CInt(Month((SOOrder.OrderDate]))/3), 'YES', 'NO')


Reply