Creating a complex report
This example shows you how to create a report called Actual Versus Forecast by Volume Types. This report compares each store's forecasted volume with the actual volume, and the volume numbers are divided by volume type.
When running the report, the user selects a start date and end date for the results. The user also selects the stores for which they would like to receive results.
This report uses the WFMStandard package, with forecast data from the Scheduling namespace and volume data from the Actual Results namespace. Because the data is derived from more than one namespace, a Union must be created to merge data from two queries: one for the Scheduling namespace and one for the Actual Results Namespace.