ChiTownDiva
Technical User
I have a report that has following formula:
{@Primary Sort} is
if {?Primary Sort} = 'None' then totext({SESSION.START_DT}, "DD/MM/YY" else
if {?Primary Sort} = 'Location' then {@LocationGroup}+totext({CRSE_SESSION.SITE_CD})
The problem is when I run the report from my PC, the dates sort correctly. When I load the report onto CE and run it from the web, the dates sort incorrectly.
For instance on my PC, the dates will look like this
02/02/2004
02/02/2004
02/10/2004
02/17/2004
02/17/2004
02/19/2004
02/19/2004
On the web, when you run the report, the dates look like this:
02/10/2004
02/17/2004
02/17/2004
02/02/2004
02/02/2004
02/19/2004
02/19/2004
It doesn't seem to be sorting in any particular order--it just seems like it has a problem with dates between 2/1/2004 and 2/9/2004.
Does anybody have a clue what the heck is happening?
Thanks in advance for any assistance with this.
ChiTownDiva
{@Primary Sort} is
if {?Primary Sort} = 'None' then totext({SESSION.START_DT}, "DD/MM/YY" else
if {?Primary Sort} = 'Location' then {@LocationGroup}+totext({CRSE_SESSION.SITE_CD})
The problem is when I run the report from my PC, the dates sort correctly. When I load the report onto CE and run it from the web, the dates sort incorrectly.
For instance on my PC, the dates will look like this
02/02/2004
02/02/2004
02/10/2004
02/17/2004
02/17/2004
02/19/2004
02/19/2004
On the web, when you run the report, the dates look like this:
02/10/2004
02/17/2004
02/17/2004
02/02/2004
02/02/2004
02/19/2004
02/19/2004
It doesn't seem to be sorting in any particular order--it just seems like it has a problem with dates between 2/1/2004 and 2/9/2004.
Does anybody have a clue what the heck is happening?
Thanks in advance for any assistance with this.
ChiTownDiva