[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: [sqr-users] Temp Table Error
- Subject: Re: [sqr-users] Temp Table Error
- From: "PeterG Clark" <PeterG.Clark@vac-acc.gc.ca>
- Date: Tue, 17 Oct 2006 13:51:13 -0300
- Delivery-date: Tue, 17 Oct 2006 12:53:55 -0400
- List-id: "This list is for discussion about the SQR database reportinglanguage from Hyperion Solutions." <sqr-users.sqrug.org>
Is it possible that std_hours is not defined as a numeric column in your temp
table CREATE statement?
>>> Sam.McBride@radioshack.com 2006/10/17 11:54:55 >>>
I'm trying to create and use a temp table in an SQR program. Everything
seems to work ok until I try to select from the table. When I try to
use the selected columns in an expression, I get the following error:
(SQR 4048) Function or operator '=' must be a string or date argument.
This only happens for numeric colums. For instance
if &std_hours = 0 generates this error
if &std_hours = '0' does not and the program runs and seems to do the
calculations correctly.
Does anyone know why I can't use numeric columms this way? Why do I
have to treat a numeric value as a string and why does that work?
Thanks in advance for your help
Sam McBride
Peoplesoft HR/Payroll
817.415.1425
sam.mcbride@radioshack.com
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users