Tomqueens
偶尔的贡献者

2级DEM03-基线预测

你好,

我最近开始了第二级,想知道是否有人可以为我提供一些指导。

我目前正在使用Sprint 2工作,但我正在为基线预测21的公式苦苦挣扎。

到目前为止,这就是我所拥有的。

Baseline Forecast - IF 'SYS01 Time Settings By Week'.'1st Forecast Year?' THEN 'DAT03 Historic Volumes'.'Offset Volumes for 1st Forecast Year' ELSE 'SYS01 Time Settings By Week'.'2nd Forecast Year?' THEN OFFSET('DAT03 Historic Volumes'.'Offset Volumes for 1st Forecast Year',52,0)*1.1

有人会帮我解决我的问题吗?我看过Anapedia寻求帮助,但我仍然很困惑。

提前致谢。

14REPLIES14
Davidmccarty
Group Leader

@Tomqueens- Welcome to Level 2!

如此全面披露 - 我试图结束2级的Sprint 3,所以请不要认为我是“大师Anaplanner”。

但是一些可能对您有帮助的问题:

1. What are you seeing that makes you think that your formula is incorrect? My hunch is that you are not seeing values in FY21. If that is the case, you should look at the parameters that OFFSET utilizes, specifically the offset value itself. Read th first paragraph in Anapedia closely.

2. Why are you multiplying by 1.1? Remember, this is the baseline forecast...I don't think it should take into account any growth rate.

希望这会有所帮助

大卫

Tomqueens
偶尔的贡献者

谢谢大卫,

I looked over OFFSET on Anapedia and it makes a lot more sense now. I also went back and read over what is needed in the baseline forecast so I took out the multiplication

感谢你的帮助!

米斯巴
主持人

@Tomqueens

我认为公式在两个地方不正确

1.如果要向前拉数字(例如在基线中) - 您需要扭转偏移中52的迹象

2.否则陈述应简单地说零

Tomqueens
偶尔的贡献者

嗨,米斯巴,

我已经将公式更改为以下内容:

如果“ SYS01按一周划分的时间设置”。“第一天预测年?”然后是“ dat03历史量”。“如果“ sys01逐年设置”,“否定量”一年。然后偏移('dat03历史量'。“第1个预测年的偏移量”,-52,0)else 0

但是我现在遇到时间范围错误。最好的练习是调整DEM03以与DAT03相同的时间匹配吗?

谢谢你的帮助

Sunilramakumar
Contributor

You have put two then statements. Try removing that.

einas.ibrahim
大师Anaplanner/社区老板

你好@Tomqueens

我希望您找到您想要的答案,并继续前进,如果没有,请继续阅读。
首先,让我们回到要求

image.png

我们在这里有3个FYS:

  1. FY 19.这是过去的实际历史数据,我们不需要或不应该将其更改。
  2. 20财年是我们的第1个预测年(当前/基础年)
  3. 21财年,这是第二个预测年。

我们试图解决的“问题”是为基本的预测仅为20财年寻找基本预测

  • 该练习建议您使用来自FY19的相同数据并保留季节性。您实际上已经在另一个模块(历史)中计算了此基础预测值。我希望您使用正确的标志来确定您想从上一年阅读

Now look at the last bullet point of the instructions

  • 如果这是第一年的预测年,则可以抵消52周前卷的值,否则0。

它指示您如何获得基本预测 - 仅适用于基本预测年/1st预测年/fy20

任何其他值都不视为基本预测,该值应按照指示为0。

我希望能帮助您和/或任何可能有同样问题的人。

Einas
“给男人一条鱼,你给他喂一天。教一个男人钓鱼,你一生喂他”
CommunityMember113513
New Contributor

Hello Einas,

我在下面阅读了您的解释,发现它确实很有用。我试图遵循这些步骤并输入以下公式“基线预测”帐户:

如果“ SYS01按一周划分的时间设置”。“第一天预测年?”然后'dat03历史卷。

但这仍然返回错误:dompsed_face:

您可以提供我仍然出错的地方吗?

非常感谢!
Aleksandrashariy
偶尔的贡献者

Hello everyone, hello support Team

我坚持同样的问题 - 不同的时间范围

请参阅系统消息:

无效公式:
'dem03需求预测'。基线预测=如果'sys01按每周设置'。'第一预测年?'然后偏移('dat03历史卷。
For function OFFSET, all line item arguments that vary by time must use the same Time Range as the result line item.
Result line item 'DEM03 Demand Forecast'.Baseline Forecast uses Time Range Model Calendar. But line item 'DAT03 Historic Volumes'.Volumes uses Time Range FY19-FY20.

请你帮助我好吗?

Jareddolich
主持人

@AleksandRashariy

You can use the model calendar.

您的:

如果“ SYS01按一周划分的时间设置”。“第一天预测年?”然后偏移('dat03历史卷。

Correct:

如果“ SYS01按一周划分的时间设置”。“第一天预测年?”然后是“ dat03历史卷”。“偏移量为第一年的预测年” else offset(默认预测,-52,0)

Let's break this down:

  • 我们想提出如果我们的历史first year. So we need to refer to the DAT03 volumes. That is where you will use the offset on history. That is also why you can use two different calendars. DEM03 uses the model calendar.
  • 如果我们不在第二年,我们需要提出第一年的预测。


贾里德·多利奇(Jared Dolich)