Skip to main content

Notifications

Announcements

No record found.

Small and medium business | Business Central, N...
Answered

production order Statistics Page calculation FIFO

(0) ShareShare
ReportReport
Posted on by 2,482

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

  • Verified answer
    Marco Mels Profile Picture
    Marco Mels 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

Congratulations 2024 Spotlight Honorees!

Kudos to all of our 2024 community stars! 🎉

Meet the Top 10 leaders for December!

Congratulations to our December super stars! 🥳

Get Started Blogging in the Community

Hosted or syndicated blogging is available! ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,622 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,354 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans