Skip to main content
Commonmark migration
Source Link

The only solution not involving code is:

Create the column as:

  • Choice
  • Not required
  • Unique
  • Choices: 1, 2, 3, 4 and 5 (not None)
  • Drop-Down Menu
  • Clear default value

![enter image description here][1]enter image description here

That'll allow the users to create any number of entries without a priority, but only one for each of the 5 values.

This seems is like you want it to work. BUT once an entry has been assigned a priority, there is no way to clear it again. [1]: https://i.sstatic.net/izqts.png

The only solution not involving code is:

Create the column as:

  • Choice
  • Not required
  • Unique
  • Choices: 1, 2, 3, 4 and 5 (not None)
  • Drop-Down Menu
  • Clear default value

![enter image description here][1]

That'll allow the users to create any number of entries without a priority, but only one for each of the 5 values.

This seems is like you want it to work. BUT once an entry has been assigned a priority, there is no way to clear it again. [1]: https://i.sstatic.net/izqts.png

The only solution not involving code is:

Create the column as:

  • Choice
  • Not required
  • Unique
  • Choices: 1, 2, 3, 4 and 5 (not None)
  • Drop-Down Menu
  • Clear default value

enter image description here

That'll allow the users to create any number of entries without a priority, but only one for each of the 5 values.

This seems is like you want it to work. BUT once an entry has been assigned a priority, there is no way to clear it again.

Source Link
Per Jakobsen
  • 32.4k
  • 1
  • 35
  • 62

The only solution not involving code is:

Create the column as:

  • Choice
  • Not required
  • Unique
  • Choices: 1, 2, 3, 4 and 5 (not None)
  • Drop-Down Menu
  • Clear default value

![enter image description here][1]

That'll allow the users to create any number of entries without a priority, but only one for each of the 5 values.

This seems is like you want it to work. BUT once an entry has been assigned a priority, there is no way to clear it again. [1]: https://i.sstatic.net/izqts.png