假设用系统自带的时序例子,用dmx查询预测数据为
SELECT flattened
[Forecasting].[Model Region],
PredictTimeSeries([Forecasting].[Quantity],10) AS PredictQty
FROM
[Forecasting]
WHERE [Model Region] = 'M200 Europe'
这个只有预测数据,没有真实的数据,一个语句同时把预测数据和真实数据读出来怎么写??
------解决方案--------------------
学习中。
