Hello Friends, I am trying to create a view entity with complex alias using two view-entities.
I have view entity A, View entity B and trying to create a new view entity C from View Entity A & View Entity B. When I add complex-alias with '+' 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. Thank you. Su- -- View this message in context: http://www.nabble.com/Error-while-creating-complex-alias-in-view-entity-tp25650044p25650044.html Sent from the OFBiz - User mailing list archive at Nabble.com.
