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?

More than 1 year has passed since last update.

Tips #022 キャンバスアプリでマスタから値をLookUpしたいゾ

0
Last updated at Posted at 2024-11-20

Prev Tips

キャンバスアプリでテキスト入力フィールドに部門コードを入力した際に、
部門マスタからルックアップしてラベルに部門名を表示させる方法をメモしておく。

image.png

こんな感じで、部門コード 7719 を入力した時に、部門マスタから部門名を取ってきて
ラベルに表示させたい。

仕組みは非常にシンプル。

image.png

LookUp(マスタ名, マスタの照合項目 = フォーム上の入力フィールド.Text, 表示させたいマスタの項目)

フォーム上で様々なマスタと連携させたいという要望はよくある話かと思うのでこれを活用しよう。

以上

続編はこちら

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?