Skip to main content
Solved

How to check whether dateis in present quarter

  • July 6, 2022
  • 1 reply
  • 62 views

need help

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')

View original
Did this topic help you find an answer to your question?

1 reply

Forum|alt.badge.img+1
  • Jr Varsity II
  • 33 replies
  • Answer
  • July 13, 2022

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


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings