문제

I have a column called Machine #. There is a space between Machine and the # symbol. I think the space might be causing an issue - Sharepoint does not seem to like having a space in the Column Validation section.

How to I type Machine # in such a way that Sharepoint will accept me using a column with a space in the column name? For instance I've tried Machine%20#.

Machine column definition and column-validation

도움이 되었습니까?

해결책

There is a workaround which achieves the result I need. Gopal Zadafiya provided this tidy trick:

  • Create the column with only name "Machine" and save. Then change the display name to "Machine #" afterwards. Validation will work after changing the display name too.

Therefore, the Column Validation is simple and =LEN([Machine #])=6 is accepted by Sharepoint.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top