This is where the time frame of displayed data is configured. For example, a value of -5 will display data from the five months prior to the date set in the Date Control parameter.
This calculated field will allow for the date to be selected in Date Control parameter control and display data based on the Date Range Control parameter.
IF [Order Date] <= [Date Control]
AND [Order Date] >= (DATEADD('month', [Date Range Control], [Date Control])) THEN "Keep"
ELSE "Remove"
END
Note: The calculated field and parameter can be modified to show years, quarters etc as long as the underlying data supports that function.
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.