kunal_311
Frequent Contributor

LVL 2 DEM03 Override? formula

Hi Team,

Inserting formula for a boolean line item as:

IF Override? THEN Final Forecast = Override Forecast ELSE Final Forecast = Initial Demand Forecast

Error is throwing as "Circular references:Override?" What am i doing wrong? please help.

kunal_311_1-1595354469974.png

1 ACCEPTED SOLUTION

Accepted Solutions
VIGNESH.M
SuperContributor

Hi Kunal,

Override Line Item is a driver that indicates whether to take Initial Demand Forecast Value or Override Forecast Value and it is a manual input by end-user, not formula driven. Based on it the Final Forecast Value Line item will give the result

Write the formula in Final Forecast line item,

IfOverrideis true, then take value from theOverride Forecast Valueline item else take it from theInitial Demand ForecastValue.

.

~Vignesh M

View solution in original post

7 REPLIES7
VIGNESH.M
SuperContributor

Hi Kunal,

Override Line Item is a driver that indicates whether to take Initial Demand Forecast Value or Override Forecast Value and it is a manual input by end-user, not formula driven. Based on it the Final Forecast Value Line item will give the result

Write the formula in Final Forecast line item,

IfOverrideis true, then take value from theOverride Forecast Valueline item else take it from theInitial Demand ForecastValue.

.

~Vignesh M

jingru
Occasional Contributor

HiVignesh,

I was looking for the solution for the same question too. My formula for DEM03 final forecast isIF Override? THEN Override Forecast ELSE Initial Demand Forecast

The data appears to be correct in the module, but when I copy this formula to the sprint 2 exam it is wrong. Would you please give some more advice?

I really appreciate it if you can help with this question.

ymandre
Occasional Contributor

I am getting the same error. The formula is working in the module, but when i paste or type it in the text box, it shows INCORRECT answer.

Can anyone help!

evacarusu
Contributor

Hi@jingruand@ymandre,

When building a formula you need to think which is the most possible occurrence of the condition: is it more likely to have overrides in the data or not? In this case overrides are not that frequent so you should switch your conditions starting with IF NOT Override? THEN .... ELSE ...

This is the best practice when building formulas so try it, it should work.

Elisabet

ymandre
Occasional Contributor

Thank youElisabetfor explaining in a simple way. This is helpful!

natonelli
New Contributor

所以我使用的公式是如果没有,sti的考试ll states that it is wrong. It is calculating in the model correctly though.

natonelli
New Contributor

I had the same thing. The module is calculating correctly so I can't figure out why it is marked wrong on the exam.