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.

outsystemのAggregate

Last updated at Posted at 2022-01-03

Aggregateとは、ソース、フィルタ、ソートによってエンティティからデータを取得するためのクエリを定義できるビジュアル要素です。

多くのアプリケーションは、データベースからデータを取得する必要がある

Aggregateは管理しやすい
実データをExcelのように表示できます。
SQLに関しての知識が不要です。

image.png

Aggregateによってデータベースクエリを視覚的に定義可能
ソースの追加
フィルタの作成
ソートの定義

・ソースの追加
データの取得元となるエンティティ

image.png

・Filters(フィルタ)
クエリに1つ以上の条件を追加して出力レコードをフィルタリング

image.png

・Sorting(ソート)
ソートの基準にするエンティティのアトリビュートと、ソート順を定義できます。
昇順
降順

image.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?