Re: [U2] Unidata error for the ages, so to speak.

2013-12-06 Thread Bill Haskett
- *From:* dave...@gmail.com *To:* U2 Users List *Date:* 12/5/2013 1:44 PM *Subject:* [U2] Unidata error for the ages, so to speak. I was playing with EVAL trying to see why it would work in Universe and not in Unidata. I typed in this sentence in Unidata 7.3.6: list CRM.CUSTOMERS WITH EVAL &

Re: [U2] Unidata error for the ages, so to speak.

2013-12-05 Thread Ed Clark
iirc, you can't use the <> extraction syntax in unidata itypes. Instead of @RECORD<15> you need to use something like EXTRACT(@RECORD,15). Or use an attribute name like you did. Cool error message though. It's a palindrome. On Dec 5, 2013, at 4:44 PM, Doug Averch wrote: > I was playing with EV

Re: [U2] Unidata error for the ages, so to speak.

2013-12-05 Thread Wjhonson
Quizzle Zik It's a palindrome by the way Sounds like you've hit such a strange error, that the systems programmer said "I'll name this one later..." -Original Message- From: Allen Elwood RR To: U2 Users List Sent: Thu, Dec 5, 2013 1:52 pm Subject: Re: [U2] U

Re: [U2] Unidata error for the ages, so to speak.

2013-12-05 Thread Allen Elwood RR
sounds like an error in the error message error squared? lol... On 12/5/2013 1:44 PM, Doug Averch wrote: I was playing with EVAL trying to see why it would work in Universe and not in Unidata. I typed in this sentence in Unidata 7.3.6: list CRM.CUSTOMERS WITH EVAL "UPCASE(@RECORD<15>)" LIKE

[U2] Unidata error for the ages, so to speak.

2013-12-05 Thread Doug Averch
I was playing with EVAL trying to see why it would work in Universe and not in Unidata. I typed in this sentence in Unidata 7.3.6: list CRM.CUSTOMERS WITH EVAL "UPCASE(@RECORD<15>)" LIKE "BILL..." UPCASE(@RECORD<15>) -^ Virtual Attribute Error: qz1zq syntax error So what is qz1z