SOLVED

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

Go to solution
shiraishi_schoo
Level 2

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

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

部門.png

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

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

2 ACCEPTED SOLUTIONS

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

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

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.

View solution in original post

shiraishi_schoo
Level 2

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

仕様を理解できました。

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

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

View solution in original post

2 REPLIES 2
SanfordWhiteman
Level 10 - Community Moderator

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

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.

shiraishi_schoo
Level 2

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

仕様を理解できました。

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

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