Hi,
I have 6 database tables and I have to create dashboards depending on these tables. I have to use joins to get the data in the desired way. So I wanted to know what should I use: the SQL joins or SPL joins?
Few are some of the join conditions
Join of Table A and B
Join of Table A and C
Join of Tables A,B and C
I was thinking of retrieving the data of each table using dbxquery in the base search and then joining the tables using SPL joins. I don't know which one is better. Any help would be appreciated.
Thanks
↧