#1
|
||||
|
||||
How do you display "actual COMPANY name" from contacts form
Does anyone know how I can get the Data Explorer Panel to display the "actual COMPANY name" that was entered into the Company Name Field, of the Contact Form,, instead of the default "Last Name, First name" field data ??
Hope this rewrite is more clear.... Thanks Last edited by Anne; 11-26-2008 at 11:04 PM. |
#2
|
||||
|
||||
welcome to forums
go to folder "Templates->Contacts". Then in the "Item attributes pane" find attribute called "Title expression". Replace what is there with: Company For more info read http://www.kinook.com/UltraRecall/Ma...tem_titles.htm |
#3
|
||||
|
||||
I tried that and yes it put the word company in the panel.. HOWEVER, I guess I explained it wrong....
What I want in the panel is the ACTUAL COMPANY NAME that was entered into the Contacts Form.... instead of the panel showing the person that was entered into the form as it does by default. |
#4
|
||||
|
||||
note that is is CaSE sEnSiTIVe, so you have to type Company, and try to also enclose in the square brackets, [Company]
|
#5
|
||||
|
||||
**** OK !!!! I figured it out thanks to your help!! ****
Your link to the on line version of help did the trick.... This is what it looks like now.... trim(coalesce([Company] ,[Last Name] || ', ' || [First Name],[Company],[Email (Work)],[Email (Home)],'(New Contact)')) Thanks, Anne :-) |
|
|