Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Join 2 datasets

Hi

How do you join 2 different datasets?
One dataset contains info of a product. The other dataset contains the image of the product. The product info dataset contains the id of the image residing in the image dataset.

I need to display the image and some of the product info in a list. it is like creating a select join

How would i create a join in appery mappings?
Thank you

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Join 2 datasets

Thanks Evgene
The data resides in an external rest database. I am using an API to pull the data. I cannot define pointer fields in this external database.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Join 2 datasets

Hello,

Please clarify, do you want to connect two separated databases with a pointer value? It is impossible to do. It is possible to use pointers only in the one database.

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Join 2 datasets

Hi Sergiy
It is one database. Different collections/tables.
Thank you

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Join 2 datasets

Please look at this documentation how to include related objects in the request: https://docs.appery.io/reference#data...

Return to “Issues”