web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Answered

production order Statistics Page calculation FIFO

(0) ShareShare
ReportReport
Posted on by 3,243

Hi All

I'm trying understand how the statistics page calculates variance as it looks like variance is based on the standard cost vs actual but we don't use standard cost so should it be expected cost vs actual cost?

variance.png

Thanks

I have the same question (0)
  • Verified answer
    Marco Mels Profile Picture
    on at
    RE: production order Statistics Page calculation FIFO

    Hello,

    The code behind this shows the following:

      local procedure CalcVariance()

       var

           i: Integer;

           IsHandled: Boolean;

       begin

           for i := 1 to ArrayLen(VarAmt) do begin

               IsHandled := false;

               OnBeforeCalcVariance(VarAmt, VarPct, StdCost, ActCost, i, IsHandled);

               if not IsHandled then begin

                   VarAmt[i] := ActCost[i] - StdCost[i];

                   VarPct[i] := CalcIndicatorPct(StdCost[i], ActCost[i]);

               end;

           end;

       end;

    Hope it helps.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 3,602

#2
Jainam M. Kothari Profile Picture

Jainam M. Kothari 3,033 Super User 2025 Season 2

#3
YUN ZHU Profile Picture

YUN ZHU 1,738 Super User 2025 Season 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans