titleColumn function
Posted: Fri May 21, 2010 7:21 am
Hiya,
In my SiteData.php I have the following:
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
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