Good Afternoon,
I created a form to export specified fields from a table. The export works if I do not included any Columns in the 'Include columns' field, but as soon as I enter even a single field name, the export presents the attached error.
The sql command I am attempting to build via the export is:
SELECT site_name, region, registration_year, sc_name, sc_email
FROM `jml_chronoforms_data_SiteRegistration`
ORDER BY region, site_name
At one point, this was working, but since it is only used once a year by the client I cannot say at what point in the last year it quit working.
Any suggestions are greatly appreciated.
Thank you!
I created a form to export specified fields from a table. The export works if I do not included any Columns in the 'Include columns' field, but as soon as I enter even a single field name, the export presents the attached error.
The sql command I am attempting to build via the export is:
SELECT site_name, region, registration_year, sc_name, sc_email
FROM `jml_chronoforms_data_SiteRegistration`
ORDER BY region, site_name
At one point, this was working, but since it is only used once a year by the client I cannot say at what point in the last year it quit working.
Any suggestions are greatly appreciated.
Thank you!