Is it possible to add multiple data sources in a table?

Hi, I have to create a table that has 9 fields, each of those fields is directed to a specific query ( Each of those queries points out to a MySQL stored procedure ).

I want to know if it's possible to have multiple sources, if so, how can I accomplish this?

Try using custom columns or you can construct the table yourself by building out an array using all of the queries and then have the table display that as its source...

1 Like