RE: OJB report query

2004-03-22 Thread Manukyan, Sergey
Subject: Re: OJB report query hi sergey, can you see other ojb issues ie. OJB179 ? can you access OJB242 when you do not use the link i posted ? jakob Manukyan, Sergey wrote: > thank you jacob, > > I have scarab account and am associated with OJB module, > > sergey > > &g

RE: OJB report query

2004-03-22 Thread Manukyan, Sergey
hi jacob, By some miracle now I can see both issues ;) thank you again, sergey -Original Message- From: Jakob Braeuchi [mailto:[EMAIL PROTECTED] Sent: Monday, March 22, 2004 3:44 PM To: OJB Users List Subject: Re: OJB report query hi sergey, can you see other ojb issues ie. OJB179

Re: OJB report query

2004-03-22 Thread Jakob Braeuchi
PROTECTED] Sent: Monday, March 22, 2004 3:29 PM To: OJB Users List Subject: Re: OJB report query hi sergey, do you have a scarab-account ? btw. this is what OJB242 is all about: OJB can not resolve criteria or columns containing multiple attributes. ie: upper(col1 || col2) this leads to problems

RE: OJB report query

2004-03-22 Thread Manukyan, Sergey
thank you jacob, I have scarab account and am associated with OJB module, sergey -Original Message- From: Jakob Braeuchi [mailto:[EMAIL PROTECTED] Sent: Monday, March 22, 2004 3:29 PM To: OJB Users List Subject: Re: OJB report query hi sergey, do you have a scarab-account ? btw

Re: OJB report query

2004-03-22 Thread Jakob Braeuchi
Sergey (I am associated with OJB module) -Original Message- From: Jakob Braeuchi [mailto:[EMAIL PROTECTED] Sent: Monday, March 22, 2004 2:16 PM To: OJB Users List Subject: Re: OJB report query hi sergey, ojb currently cannot handle multiple columns in one criteria. see http://nagoya.

RE: OJB report query

2004-03-22 Thread Manukyan, Sergey
hi [mailto:[EMAIL PROTECTED] Sent: Monday, March 22, 2004 2:16 PM To: OJB Users List Subject: Re: OJB report query hi sergey, ojb currently cannot handle multiple columns in one criteria. see http://nagoya.apache.org/scarab/issues/id/OJB242 jakob Manukyan, Sergey wrote: > Folks, > >

Re: OJB report query

2004-03-22 Thread Jakob Braeuchi
implementation 2. there is a solution I don't know about How can I specify expressions in OJB report query? F.e. I am making a report that as a column should produce addition of two table columns : qry.setColumns( new S

OJB report query

2004-03-22 Thread Manukyan, Sergey
Folks, I am repeating my question here as obviously it stands as a problem for me now and either: 1. it cannot be solved by current OJB implementation 2. there is a solution I don't know about How can I specify expressions in OJB report query? F.e. I am making a report that as a column s

OJB report query

2004-03-18 Thread Manukyan, Sergey
Folks, How can I specify expressions in OJB report query? I want it to select not a column but the sum of several columns, The code here doesn't work, it failes to recognize the names of field-descriptors. I use RC4. Thank you, -Sergey - ReportQueryByCriteri