Filter in report

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • peterberlin
    Active Community Member
    • Mar 2015
    • 1004

    Filter in report

    FieldA=xyz AND FieldB=xcv its work
    FieldA=xyz AND FieldC=rtz its work

    FieldA=xyz AND FieldB=xcv OR FieldC=rtz its work not

    peter

    Attached Files
  • yuri
    Member
    • Mar 2014
    • 8511

    #2
    It's look like it's not properly built filter.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • yuri
      Member
      • Mar 2014
      • 8511

      #3
      OR should have at least 2 statements inside. You have only one that doesn't have a sense.
      If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

      Comment

      Working...