Database join element vs List Joins

pakeydev

Member
Hi,

What is the different usage scenario of using Database join element and List Joins?
I'm not using List Joins as much as Database join element, but it seems to have similar function for me.

Is it the same?

Thanks in advance for any help ;)
 
They have usually a bit different use cases. Databasejoin element is for getting a value from list A to list B.

For example, if you have a "Products" list and "Product category" list, then when entering the products data in Products list you can choose a product category from Category list.

And users can add more categories to the list if needed and these can be selected when entering products. So the options are not hard-coded to element settings like with dropdown element.

With list join you just display data (usually many elements) from several tables in one list. Or you can also update the joined list data in form view.

So you could display all the elements in the Products table and Product category table in the same view.

Probably not the best explaination, but I'm sure you get the idea :)
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top