pl1101
Programmer
- Dec 5, 2009
- 46
Help me please! Having trouble figuring out the best approach. These are formulas where datepart("q", date)= 1...2...3...4
I have a report that pulls dates by year and quarterly
example:
qtr1 qrt2 qtr3 qtr4
2009 01/01/2009
04/05/2009
08/18/2009
2010
2011 02/20/2011
11/15/2011
11/22/2011
2012
05/10/2012
I need to get rid of the white space
Example:
qtr1 qrt2 qtr3 qtr4
2009 01/01/2009 04/05/2009 08/18/2009
2010
2011 02/20/2011 11/15/2011
11/22/2011
2012 05/10/2012
I am using Crystal Reports 2008 connecting to Sybase using the native driver (can't use command object for sql)
I have a report that pulls dates by year and quarterly
example:
qtr1 qrt2 qtr3 qtr4
2009 01/01/2009
04/05/2009
08/18/2009
2010
2011 02/20/2011
11/15/2011
11/22/2011
2012
05/10/2012
I need to get rid of the white space
Example:
qtr1 qrt2 qtr3 qtr4
2009 01/01/2009 04/05/2009 08/18/2009
2010
2011 02/20/2011 11/15/2011
11/22/2011
2012 05/10/2012
I am using Crystal Reports 2008 connecting to Sybase using the native driver (can't use command object for sql)