How to write a nested query using simple method in ofbiz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

How to write a nested query using simple method in ofbiz

jillas
Hi

         How to write a nested query using simple method in ofbiz.

         I am having three tables, here I want to join these three tables and retreive the data and display. Please kindly let me know the correct solution for my problem.

Thanks & Regards
Prashanth Jilla
Reply | Threaded
Open this post in threaded view
|

Re: How to write a nested query using simple method in ofbiz

Ashish Vijaywargiya-5
One quick question:
How many documents have you read from OFBiz wiki / confluence?

--
Ashish

jillas wrote:

> Hi
>
>          How to write a nested query using simple method in ofbiz.
>
>          I am having three tables, here I want to join these three tables
> and retreive the data and display. Please kindly let me know the correct
> solution for my problem.
>
> Thanks & Regards
> Prashanth Jilla
>  

smime.p7s (4K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: How to write a nested query using simple method in ofbiz

BJ Freeman
In reply to this post by jillas
i would suggest you spend time and learn what entities are.
Then I suggest you read the entitydef folders in the code.


jillas sent the following on 6/19/2009 3:57 AM:

> Hi
>
>          How to write a nested query using simple method in ofbiz.
>
>          I am having three tables, here I want to join these three tables
> and retreive the data and display. Please kindly let me know the correct
> solution for my problem.
>
> Thanks & Regards
> Prashanth Jilla

--
BJ Freeman
http://www.businessesnetwork.com/automation
http://bjfreeman.elance.com
http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
Systems Integrator.

Reply | Threaded
Open this post in threaded view
|

Re: How to write a nested query using simple method in ofbiz

awdesh parihar
Hello Jillas ,

you can use view entity for your purpose
here you can see detail about view entity -
http://ofbiz.apache.org/docs/entity.html#View_Entity_Modeling

--
Thanks
Awdesh Parihar