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

XMLWordPrintable

    • Type: Bug/Issue
    • Resolution: Fixed
    • Priority: Major
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved: