Uploaded image for project: 'BONNIE MAT MADiE Issue Tracker'
  1. BONNIE MAT MADiE Issue Tracker
  2. BONNIEMAT-5

AND NOT translation to OR NOT should not be visible in human readable

XMLWordPrintable

    • Icon: Bug/Issue Bug/Issue
    • Resolution: Fixed
    • Icon: Major Major
    • Measure View
    • None

      The AND NOT translating to an OR NOT is a change that we make for calculation. It is a bug that the change is visible to the front end. Basically we translate

      NOT(A) AND NOT(B)

      Into

      NOT (A OR B)

      Using Demorgan’s Law. We do this because it makes calculating the measures easier, but it should not be visible to Bonnie users.

            aquina Andre Quina (Inactive)
            aquina Andre Quina (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: