rbaldwin
Posts: 172
|
| Posted: 08/26/2005, 5:18 AM |
|
i have a user table that includes login field. login field is by convention at my site the first initial of the user's first name & the user's lastname so john doe becomes jdoe.
The table does not have the last name as a separate field.
Can i create for my non editable grid a calculated field lastname substring(login,2) and a) show it as a column in my list and b) create a search based on this field?
and if so how in general?
|
 |
 |
Oper
Posts: 1195
|
| Posted: 09/04/2005, 6:07 PM |
|
we have something similar, to avoid less pain on CCS, we just create a Query on the database with that field calculated.
work perfect
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
rbaldwin
Posts: 172
|
| Posted: 09/06/2005, 5:14 AM |
|
Thank you for your input i will give it a shot.
|
 |
 |
|