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

チェックボックスレイアウトプラグインと計算式プラグインの連携例です。

概要

チェックボックスの全セット・リセットで、計算式プラグインによる文字列項目へのセットを行います。

※チェックボックスレイアウトプラグイン Ver.8 以降で、計算式プラグインとの連携機能が追加されました。

2025-05-29_15h54_53.png

操作例

2025-05-29_16h14_51.gif

チェックボックスレイアウトプラグイン設定

対象のチェックボックス項目に項目幅・値の幅を設定します。

2025-05-29_16h08_05.png

計算式プラグイン設定

カンマ区切りとカンマスペース区切りで、文字列項目に設定します。

2025-05-29_16h12_22.png

計算式プラグイン
OPTION: 

// 選択内容1(カンマ区切り):選択内容 SINGLE_LINE_TEXT
ARRAY(果物,スイーツ)

// 選択内容2(カンマスペース区切り):選択内容2 SINGLE_LINE_TEXT
JOIN(
  ARRAY(果物,スイーツ),
  ", "
)
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?