Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @unleashing17

    The URL you sent me (http://www.justinthetutor.com/freeresources) is returning a 404 Error, page not found.

    However, about your question, the pages can freeze your browser only if you have implemented an infinite loop. An infinite loop may be direct or indirect.

    Direct: The calculated field is used in its own equation, or the calculated field is being activated/deactivated in its dependency rules.

    Our plugin evaluate the equations dynamically, if the value of field A affect the equation in the field B, if the value of the field A is modified the equation in the field B is evaluated. so, if the field B is used in its own equation, the loop would be infinite. Furthermore, if a field is deactivated by a dependency, its value would be considered as zero, so, the process would similar to modify its value.

    Indirect: The fields A and B are calculated fields and the field A is used in the equation of the field B, and the field B is used in the equation of the field A, closing the loop. Even the chain can be longer. The fields A, B, and C are calculated fields, and the field A is used in the equation of the field B, the field B is used in the equation of the field C, and the field C is used in the equation of the field A, closing the loop, this behavior is similar for dependencies.

    Please, check your form again searching infinite loops.

    Best regards.

    Thread Starter unleashing17

    (@unleashing17)

    Hey ,

    Thank you so much for your update.

    I will check the equations that are being used.

    Sorry for the inconvenience and the correct link is https://justinthetutor.com/free/ and then click on POPHLTH 111 CALC .

    Thanks heaps
    Ruchita Mehta

    Plugin Author codepeople

    (@codepeople)

    Hello,

    The equation associate to the fieldname24 field is: PREC(10-fieldname24,2) generating an infinite loop (you cannot use the calculated field in its own equation).

    I’ve not checked all the equations, so, I recommend you to check the rest.

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Page becomes Unresponsive’ is closed to new replies.