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?

【Appsheet】「Column1もしくはColumn2のどちらかに登録されている」という条件でフィルターをかける方法

Posted at

【Column1もしくはColumn2のどちらかに登録されている」という条件でフィルターをかける方法

Appsheetを使って小売店同士での商品のやり取りを管理しています。

例えば店舗Aで余ってしまった商品を店舗Bに送る場合
店舗A=Column1(カラム名:出荷元店舗)
店舗B=Column2(カラム名:集約先店舗)
という形でデータを登録しています。

店舗Aが出荷元もしくは集約先のどちらかに登録されているデータに絞って検索したいとき
Column1で店舗Aを選択して検索、Column2で店舗Aを選択して検索とそれぞれで検索すると手間なので、「Column1もしくはColumn2のどちらかに登録されている」 という条件で一気にフィルターをかけたいと考えました。

1. 検索用のバーチャルカラムを作成

フィルター側の設定はカスタマイズできなさそうだったので、検索用のバーチャルカラムを作成します。

2. バーチャルカラムの設定

Column name:わかりやすい名前を付ける
App formula:以下の通り入力
list([出荷元店舗],[集約先店舗])
Type:EnumList
Item separator:「,」

画像25.png

3. 検索対象(Search?)にチェックを入れる

フィルターに新たに作成したバーチャルカラムが表示され、出荷元か集約先どちらかに登録されているという条件でデータを絞ることができるようになりました。

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?