level 2 Sprint 2 DEM03 FINAL FORCAST FORMULA

Options

I am Using this formula for final forecast

IF   NOT Override ?THEN    Initial Demand Forecast ELSE    Override forecast

it is working well in module but in exam showing showing incorrectt .I tried this too

IF   Override ?THEN   Override forcast ELSE Initial Demand Forecast

what should be the correct formula for this

Best Answer

  • umangsinghal
    Options

    Your formula is correct. Error might be of space between Override and ? mark.

    Try this:

    IF NOT Override? THEN Initial Demand Forecast ELSE Override Forecast

    Remove extra spaces from your formula.

    Regards,

Answers