문제

MSDN "정수를 만들 수 없습니다.기본 유형 선택 필드 ".

이 문제에 해결 방법이 있습니까?

숫자 열과 유효성 검사 수식을 사용할 수있는 가능한 값 세트가있는 정수 필드를 원한다면 유효성 검사가 실패한 후에 가능한 값을 알게되기 때문에 사용자가 친숙하지 않을 수 있습니다.

드롭 다운 또는 세트의 라디오 버튼이 더 직관적 일 것입니다.

도움이 되었습니까?

해결책

If it isn't a multivalue choice field you could possibly add a calculated column to show the value as number.

  1. Set up your choice column with the proper values as numbers.
  2. Set up a calculated column with formula =VALUE([ChoiceColumn]).

Regarding the problem that the user isn't aware what values are possible you can use the description field within the column settings. This description will be shown (in standard SharePoint Edit Forms) at the field itself. Of couse the user needs to read this description, but we all know how users like to read. (EULA? Meh, scroll down, click yes, give away my soul, who cares? ;-) )

다른 팁

i would suggest you create a non-integer based dropdown or radio button but if you need to use the value as an integer maybe create a calculated field with number data type and get the value of your dropdown list.

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