stormtrooper
Programmer
Hi there. I have 2 dates (start and end). Basically they are the start dates and end dates of the quarters (April 1 - June 30, etc.).
I have a formula that displays the 2 dates:
totext(datetime({FAC_GRANT_DTL.START_DT}),"MMMM dd"
+"-"+
totext(datetime({FAC_GRANT_DTL.END_DT}),"MMMM dd, yyyy"
;
But, I need this sorted by the most recent quarter. Any ideas? Thanks.
I have a formula that displays the 2 dates:
totext(datetime({FAC_GRANT_DTL.START_DT}),"MMMM dd"
totext(datetime({FAC_GRANT_DTL.END_DT}),"MMMM dd, yyyy"
But, I need this sorted by the most recent quarter. Any ideas? Thanks.