Hello,
I am currently using Crystal 9 and I have a cross tab report that is displaying the data like the below:
2008 2009 2010 2011 2012 2013
$5 $10 $10 $20 $50 $50
I need to write a formula that will display the current year going forward so I wrote this formula:
if Year({Table.Date}) >= Year (currentdate) then Year ({Table.Date})
This is the result
0 2010 2011 2012 2013
$15 $10 $20 $50 $50
I need to get rid of the "0" column and I am having a problem writing the ELSE part of the formula.
Any help would be greatly appreciated. Thanks.
I am currently using Crystal 9 and I have a cross tab report that is displaying the data like the below:
2008 2009 2010 2011 2012 2013
$5 $10 $10 $20 $50 $50
I need to write a formula that will display the current year going forward so I wrote this formula:
if Year({Table.Date}) >= Year (currentdate) then Year ({Table.Date})
This is the result
0 2010 2011 2012 2013
$15 $10 $20 $50 $50
I need to get rid of the "0" column and I am having a problem writing the ELSE part of the formula.
Any help would be greatly appreciated. Thanks.