need help
Solved
How to check whether dateis in present quarter
Best answer by amit61
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.