Re: Error while creating complex-alias in view entity

2009-09-28 Thread su2
'+' operator I get the error message. >> >> It shows error for SELECT (C.A.field1 + C.B.field2).. >> (the correct syntax is: SELECT (C.A_field1 + C.b_field2)) >> >> Does anybody has idea? >> >> I really appreciate the help in advance. >> >>

Re: Error while creating complex-alias in view entity

2009-09-28 Thread David E Jones
ww.nabble.com/Error-while-creating-complex-alias-in-view-entity-tp25650044p25650044.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Error while creating complex-alias in view entity

2009-09-28 Thread su2
It shows error for SELECT (C.A.field1 + C.B.field2).. (the correct syntax is: SELECT (C.A_field1 + C.b_field2)) Does anybody has idea? I really appreciate the help in advance. Thank you. Su- -- View this message in context: http://www.nabble.com/Error-while-creating-complex-alias-