ここでは、表示されるデータの時間範囲を構成します。たとえば値 -5 を指定すると、[Date Control (日付コントロール)] パラメーターで設定された日付より 5 か月前までのデータが表示されます。
この計算フィールドを使用すると、[Date Control (日付コントロール)] パラメーター コントロールで日付を選択し、[Date Range Control (日付範囲コントロール)] パラメーターに基づいてデータを表示することができます。
IF [Order Date] <= [Date Control]
AND [Order Date] >= (DATEADD('month', [Date Range Control], [Date Control])) THEN "Keep"
ELSE "Remove"
END
注: 参照元データで当該の関数がサポートされている場合は、この計算フィールドとパラメーターを変更して年や四半期などを表示することもできます。
001458325
976 KB

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.