データ値の変更に優先順位をつけるには? | Community
Skip to main content
New Participant
June 5, 2024
Solved

データ値の変更に優先順位をつけるには?

  • June 5, 2024
  • 1 reply
  • 1017 views

「部署」のフィールドに特定の用語が含まれる場合、対応する部門を、「部門」フィールドに割り当てたいです。

ここで、「2つ以上の用語が含まれる場合、上位の部門を割り当てたい」のですが、実現可能でしょうか。

例:部署名が「人事総務部」の場合、「人事部門」に割り当てたい(「総務部門」には割り当てない)

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

You haven’t described your current setup but I assume you’re using Change Data Value. If so, when you use Add Choice the choices are evaluated from top to bottom. Only the first matching choice is used.

 

So yes, you can prioritize your matching logic.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
June 5, 2024

You haven’t described your current setup but I assume you’re using Change Data Value. If so, when you use Add Choice the choices are evaluated from top to bottom. Only the first matching choice is used.

 

So yes, you can prioritize your matching logic.

TakaoShAuthor
New Participant
June 5, 2024

仕様を理解できました。

そして、実装もできました。

ありがとうございました。