Page 1 of 1

Another "Nested Conditions" question

PostPosted: 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?

Re: Another "Nested Conditions" question

PostPosted: 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.