Skip to main content
October 29, 2025
Question

If Statement in Report Book

  • October 29, 2025
  • 0 replies
  • 1 view

I’m working on a loop over Entity.children and trying to implement a condition where, if a particular entity x is selected, then entities y and z should be excluded from the loop.

I attempted to write an if statement to handle this, but it doesn’t seem to be working as expected. Here's the logic I tried to implement: