Hey everyone,
I've been working on this concept for a little while but still having trouble knocking out a solution. Based on a timestamp, is it possible to extract what number of day it is in a quarter? For instance, January through March of 2007 would be quarter 1 and hence February 2nd would be day 33 in that quarter.
I was thinking perhaps using the QUARTER function to find out the quarter, then some kind of CASE statement to calculate the number of days in that quarter...but I'm finding that I would need some way of determining how many days there are in each of those months. Any suggestions are appreciated!
Thanks,
Glen
I've been working on this concept for a little while but still having trouble knocking out a solution. Based on a timestamp, is it possible to extract what number of day it is in a quarter? For instance, January through March of 2007 would be quarter 1 and hence February 2nd would be day 33 in that quarter.
I was thinking perhaps using the QUARTER function to find out the quarter, then some kind of CASE statement to calculate the number of days in that quarter...but I'm finding that I would need some way of determining how many days there are in each of those months. Any suggestions are appreciated!
Thanks,
Glen