Another "Nested Conditions" question

Get help. Get answers. Let others lend you a hand.

Moderator: Mr_Noodle

Another "Nested Conditions" question Tue Nov 24, 2020 8:42 pm • by RandalSchwartz
I can't figure out how to add another top-level condition... just subconditions. Here's what I have:

Code: Select all
if ANY .... (top level outside the box, "OR")
  if ALL .... (first ANDed condition)
    condition for first
    another condition for first
  if ALL .... (second ANDed condition)
    condition for second
    another condition for second

Now, I want to add:
Code: Select all
  if ALL .... (third ANDed condition)
    condition for third
    another condition for third

I keep ending up with another "if ANY/ALL" at the levels of the conditions, not the "if ALL" level. I've tried dragging it around, but it doesn't seem to wanna drag. I accidentally did this at one point, but I can't remember the trick. What am I missing?
RandalSchwartz
 
Posts: 1
Joined: Tue Nov 24, 2020 8:25 pm

Re: Another "Nested Conditions" question Wed Nov 25, 2020 11:08 am • by Mr_Noodle
Dragging works for me. Try dragging it to the top where it has no choice but to be a top level item.
Mr_Noodle
Site Admin
 
Posts: 11868
Joined: Sun Sep 03, 2006 1:30 am
Location: New York City


Return to Support