Crytal Reports 10
CE10
I have 5 formulas.
"Activity Date" date({View_Issue_Act_Log.time_stamp})
"Year" year({@Activity Date})
"Month" month({@Activity Date})
"Month Format" if {@month} in 1 to 9 then 0&{@month} else totext({@month})
"Year/Month" {@Year}&"/"&{@Month Format}
I have a bar graph which displays the total count of records by month (using formula Year/Month).
The bars are ordered in logical month order and are displayed as (for example)
2006/11
2006/12
2007/01
2007/02
This is all fine and how I want them.
However when I upload to CE and run (ActiveX viewer), it prints the year/month formula as
2,006.00/11.00
2,006.00/12.00
2,007.00/01.00
2,007.00/02.00
Do I need to install a patch? Can I add something to the formulas to prevent this from occuring in the ActiveX viewer?
Thanks,
Tom
CE10
I have 5 formulas.
"Activity Date" date({View_Issue_Act_Log.time_stamp})
"Year" year({@Activity Date})
"Month" month({@Activity Date})
"Month Format" if {@month} in 1 to 9 then 0&{@month} else totext({@month})
"Year/Month" {@Year}&"/"&{@Month Format}
I have a bar graph which displays the total count of records by month (using formula Year/Month).
The bars are ordered in logical month order and are displayed as (for example)
2006/11
2006/12
2007/01
2007/02
This is all fine and how I want them.
However when I upload to CE and run (ActiveX viewer), it prints the year/month formula as
2,006.00/11.00
2,006.00/12.00
2,007.00/01.00
2,007.00/02.00
Do I need to install a patch? Can I add something to the formulas to prevent this from occuring in the ActiveX viewer?
Thanks,
Tom