CrystalDuck
Programmer
I am working with Crystal Reports 8.5 and a SQL server 2000 data source though an ODBC connection.
One of my co workers sent me this formula text and is baffled as to why it's not working. It's a little over my head, (honestly to me, it doesn't look like it would work at all for a few reasons, but...he's a pretty experienced guru, so I'll trust that he knows what he is talking about. *ha* )
...so I thought I'd pick your brains out there...anyone see the problem with this?
[highlight #FF99FF]
select Sum ({@Dollars}, {VW_TB_ACCOUNT.CUSTOMER_ACCT_NO})
case (>00 and <=10000): "Accounts Under $10,000"
case >10000 and <=25000: "Accounts Between $10,000 and $25,000"
default: "All Others"
[/highlight]
Thanks in advance for any help you can provide,
CrystalDuck
![[ponytails2] [ponytails2] [ponytails2]](/data/assets/smilies/ponytails2.gif)
One of my co workers sent me this formula text and is baffled as to why it's not working. It's a little over my head, (honestly to me, it doesn't look like it would work at all for a few reasons, but...he's a pretty experienced guru, so I'll trust that he knows what he is talking about. *ha* )
...so I thought I'd pick your brains out there...anyone see the problem with this?
[highlight #FF99FF]
select Sum ({@Dollars}, {VW_TB_ACCOUNT.CUSTOMER_ACCT_NO})
case (>00 and <=10000): "Accounts Under $10,000"
case >10000 and <=25000: "Accounts Between $10,000 and $25,000"
default: "All Others"
[/highlight]
Thanks in advance for any help you can provide,
CrystalDuck
![[ponytails2] [ponytails2] [ponytails2]](/data/assets/smilies/ponytails2.gif)