OK, in a previous post i've asked about creation of a mysql field, that i was able to do.
www.joomlapolis.com/forum/153-professional-member-support/219391-solved-mysql-field
Now i need to find where these values are stored because i have Fabrik plugin that i need to connect to that field.
This is because i have the CB fields Firstame and Lastname as Follows:
Firstname: Jonh
Lastname: SMITH
Then, i've created this mysql field to concatenate both values and got the value
SMITH, John (with the comma) that i need to use to connect to Fabrik.
Are these concatenations stored anywhere or are just "on time" running queries?
Is there a way to have a field directly in comprofiler table where i can relate the J! user ID and this field, and get it directly from Fabrik?
Reards.