Hi Barry

With Gallery and Catalog view I notice you can use script in some of the options:
Code:
concat(alltrim(firstname),' ',alltrim(lastname),'<br>',alltrim(address),'<br>',alltrim(city),
'<br>',alltrim(region),'<br>',alltrim(country))
How far can you extend this for example what if a Sales person had a Area Code and the full decription of area code was in a related table.
Can you use a LOOKUP function inside some options?

Very common that descriptors would be keys from lookup tables.

If the answer is no then I guess you would refer to using a custom delegate file?
Trying to go the LoCode option here...

Thanks Paul