本文介绍了使用计算列将人员选择器字段提取为名字,姓氏字段的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


有一个人员选取器字段,其格式为姓氏,名字.

am having a people picker field, that has in the format of lastname, firstname.

现在如何将显示内容更改为 FirstName,LastName  而不是 LastName, FirstName.

Now how can I change this display into FirstName, LastName  instead of LastName,FirstName .

是否可以更改 这些显示的顺序? /交换姓氏和名字?

我尝试了一种使用创建单行文本作为计算列的方法,并试图颠倒顺序.

但无法执行此操作!

帮助!  

help is appreciated!  

推荐答案

我知道您想从人员选择器字段中获取名字和姓氏.据我所知,不能将人员和组字段添加到计算字段的公式中.您可以在列表设置中更改人员和组字段. 将显示字段更改为名字.然后,用户将在名字和人员字段中显示为名字.

I understand that you want to get the first name and last name from the people picker field. As far as I know, the people and group field cannot be added to the formula for a calculated field. You can change the people and group field in the list settings. Change the Show field to First Name. Then the users will show up as first name in the people and group field.


这篇关于使用计算列将人员选择器字段提取为名字,姓氏字段的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-22 19:23