I created a multiple tables connection with CCv4.
However I would like to use the MySQL TRIM function into the Fields List field on the Fields tab because field values into one table (namely Joomla user profiles table) are enclosed with double quotes.
So I put into Fields List the following:
Unfortunately this doesn't work and it gives an unknown column error.
My query seems to be correct as I checked this into PHPmyadmin.
How to fix this?
However I would like to use the MySQL TRIM function into the Fields List field on the Fields tab because field values into one table (namely Joomla user profiles table) are enclosed with double quotes.
So I put into Fields List the following:
Profile.user_id, User.id, TRIM(BOTH '"' FROM Profile.profile_value) AS Profile.plaats
Unfortunately this doesn't work and it gives an unknown column error.
My query seems to be correct as I checked this into PHPmyadmin.
How to fix this?