Skip to main content
Solved

CTA View Logic not saving parenthesis

  • June 27, 2022
  • 2 replies
  • 10 views

I am trying to use the logic below but every time I save the view the software removes the parenthesis around G and H which changes the outcome of the logic.  See below.  Anyone know how to get around this?  

Example: A AND B AND (C OR D) AND (E OR F) AND (G AND H) AND I

G = Status of Closed

H = Close Date of this Quarter

I want to see either open records or closed records that closed this quarter which is the logic above.

 

Best answer by Bobshab

Okay, I was tired and my logic was wrong.  The logic below worked.   I = Status of Open

A AND B AND (C OR D) AND (E OR F) AND ((G AND H) OR I)

2 replies

  • Author
  • Helper ⭐️
  • Answer
  • June 27, 2022

Okay, I was tired and my logic was wrong.  The logic below worked.   I = Status of Open

A AND B AND (C OR D) AND (E OR F) AND ((G AND H) OR I)


anirbandutta
Forum|alt.badge.img+2
  • Expert ⭐️
  • June 28, 2022

Awesome. Thanks for asking and solving out in the open @Bobshab. I moved your discussion under the ‘Rules’ subforum