In my SiteData.php I have the following:
- Code: Select all
function titleColumn(){
return "concat(SiteData.SiteName , '[',SiteData.MPAN1,']')";
}
If "MPAN1" was held in another table (perhaps "MPANSTUFF" for example instead of SiteData) would the above concat still be possible (even though both items I want to display are in separate tables)?
Thanks
Paul