Shub
20 hours agoNew Contributor III
If Statement in Report Book
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: