0

Circular references

Hi. I was wondering if anybody can help. I have three fields in one table a.a is entered manually, a.b =a.a - a.c., and a.c=(a.a*25)/100.

Ninox does not seem to handle circular references like these?

1 reply

null
    • Choices_Software_Dean
    • 3 yrs ago
    • Reported - view

    Field names that contain spaces or periods require single quotes.

    'a.a' - 'a.c'

    ('a.a' * 25) / 100

Content aside

  • 3 yrs agoLast active
  • 1Replies
  • 530Views