| Paul's profilePaul Galvin's SharePoint...BlogListsSkyDrive | Help |
|
|
October 06 Using "Person or Group" in a calculated columnPeople commonly ask about using a column of data type "Person or Group" in another column of data type "Calculated". Bottom line, this does not work in WSS 3.0 (or MOSS). When adding a calculated column, WSS shows the list of fields it allows you to use for the calculation. If you type in the name of a column that is not in its list, it tells you:
Workaround: Use an event handler. The event handler fires when the user saves the item. It performs the update you would have wanted the calculated column to do for you. Useful links on calculated fields in general:
Quick disclaimer: I believe the above to be true and accurate, but I've seen enough clever tricks here and there in MOSS/WSS that I wouldn't be extremely surprised (agog if you will) if someone has figured out a way to do this without resorting to code. If you've figured out clever work-around or know someone that did, please let me know! Comments (4)
TrackbacksThe trackback URL for this entry is: http://paulgalvin.spaces.live.com/blog/cns!1CC1EDB3DAA9B8AA!208.trak Weblogs that reference this entry
|
|
|