Hi all! I am on XI Release 2 and am trying to find a way to get all data greater than the start of the current quarter for a simple report. For example, the current date is 5/29/2007 so I want the report to bring back data where the {TABLE.DATE} > 4/1/2007 . I have tried going with where DatePart("q",{TABLE.DATE}) >= DatePart("q",CurrentDate) and the same for the year, but I end up with:
2Q07
3Q07
4Q07
2Q08
3Q08
4Q08
2Q09...
where I will never get the first quarter.
Any ideas would be greatly appreciated.
2Q07
3Q07
4Q07
2Q08
3Q08
4Q08
2Q09...
where I will never get the first quarter.
Any ideas would be greatly appreciated.