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 3 years have passed since last update.

Cognos DMRモデルのレポートでFrom-Toの期間範囲選択の実装

Posted at

Cognos DMRモデルのレポートでFrom-Toの期間範囲選択の実装

以下のようなイメージの、開始(From)~完了(To)を範囲指定するレポートは、Relationalモデルでのレポートであれば、詳細フィルターにbetweenを使用すれば簡単ですが、DMRモデルではどのように実装するかの簡単なメモです。
001.PNG

DMRモデルでの実装方法

スライサーの場合、以下のように記載して実装します。

intersect(lastPeriods(-9999,[販売].[時間].[時間].[月]->?pFrom?),lastPeriods(9999,[販売].[時間].[時間].[月]->?pTo?))
002.PNG

エッジに置くデータアイテム「月」を同様に記載しても実装可能です。
003.PNG

参考情報

How to create a date range based on the multidimensional data in report
https://www.ibm.com/support/pages/how-create-date-range-based-multidimensional-data-report

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?