Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to include a checkbox field in a view column

Status
Not open for further replies.

rhliberman

Programmer
Feb 11, 2010
1
US
I have a form which contains a checkbox field; in my case this is a list of office acronyms. I want to include the list of selected offices in the view's title column by appending the offices to the title:

Event Title1 (ABC, DEF, GHI)
Event Title2 (JKL)
Event Title3 (MNO, PQR)

However, Sharepoint does not allow checkbox fields in computed columns. It seems that there should be some function to convert the field values to a string which could be manipulated.

Does anybody have any ideas as to how I can accomplish this?

Thanks!
Robert
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top