Error in Account Schedules

DemetreDemetre Member Posts: 19
Hello everybody.

I'm having a problem with a quite large Acc. Schedule that i created in Navision 3,7.

I have the following message:

" Because of circular references, Navision cannot calculate a formula.

The error occured when the program tried to calculate:

Acc.Sched. Line : Row No. = 9990T, Line no. = 25025000, Totaling = 9998T + 9997T.
Acc.Sched. Column : Column no. = 1, Line no. = 10000, Formula = "

The formula is a simple addition of 2 lines, and the most important issue is that this problem doesn't appear everytime that i overview the specific acc. schedule.

Thanx in advance.
Demetres.

Comments

  • kinekine Member Posts: 12,562
    You must check whole chain... look at definition of line 9997T and 9998T etc.. there will be some reference back to the line 9990T... (or some filter including the line 9990T)
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • DemetreDemetre Member Posts: 19
    thank you

    i'll check it
  • DemetreDemetre Member Posts: 19
    Dear Kine.

    I copied all the lines in Excel and after a searching of 9990T i couldn't find the specific line anyware else (except in line 25025000 where the problem appears).

    So, i renamed the line 9990T to 9999U ( a completely new number ) and i assigned the same addition (9998T + 9997T) to it.

    Unfortunately the same error appeared regarding now the line 9999U.

    I dont know what else to do.

    Thank you for your support.
  • Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    Recently, we also got a "circular references" error with a large Account Schedule.

    We solved it by changing codeunit 8 AccSchedManagement, function EvaluateExpression:
    //*** 001 BEGIN
    //IF CallLevel > 25 THEN
    
    IF CallLevel > 50 THEN
    //*** 001 END
    
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
  • nelsonnelson Member Posts: 107
    But that has to be a really, really large Account Schedule with a lot of formulas!... :shock:
    Nelson Alberto
  • Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    Indeed, it was.
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
  • DemetreDemetre Member Posts: 19
    THNX very much.

    Yes it is really a big one Acc. Sch.
Sign In or Register to comment.