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

kintone グリッド一覧表示プラグインで、日付項目の書式設定例です。
日付が未入力の場合、背景を赤にします。

概要

背景を赤く表示する場合、形式を設定せずに書式を指定してください。
※形式を指定した場合は、書式の指定が無効になります。
また、計算式で日付形式に変換が必要です。

計算式:DATE_FORMAT(日付)
形式:なし
書式:IF(NOT(日付),"{'background-color':'red'}")

2024-09-10_09h58_09.png

グリッド一覧表示プラグイン設定

2024-09-10_10h57_36.png

2024-09-10_10h57_51.png

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?