Query for new SubPanel

Hi

  1. the query currently refers to the table of the created module, but instead, I would like to use another table in the DB, I tried to replace the name of another table in the SELECT, but it gives me an error

You can’t use another table which is not the module’s table in select query directly.

Table Name depends on subpaneldefs “module” parameter.

Your custom table must have a relation with the Main Module Table and you need to write a join query between them.

  1. I wish that at the end of each column there was a sum of the data above.

You can achieve this by doing some customization with Logic Hook and Jquery

I hope it will help you.

Thanks

1 Like