0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

rex0220 計算式プラグイン 複数ユーザー選択の結合

Posted at

rex0220 計算式プラグインで、複数ユーザー選択の結合を行います。

概要

ユーザー選択Aとユーザー選択Bで、選択されたユーザーをユーザー選択C にセットします。
レイアウトは、わかりやすいように横並びプラグインでグループを表示しています。

2024-11-14_22h03_44.png

操作例

2024-11-14_22h13_07.gif

計算式プラグインの設定

ユーザー選択Aとユーザー選択B の値を取得して、ARRAY 関数で結合します。

2024-11-14_22h10_16.png

.js
// ユーザー選択C USER_SELECT
ARRAY(
  SEL_CODE(ユーザー選択A,"obj"),
  SEL_CODE(ユーザー選択B,"obj")
)
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?