two flow decisions both receive the same number today that number is 3
First Condition is Giving me False when it should be true
io_WorkingDay <=7 And io_WorkingDay >=2
ive written this both ways round
Second Condition comes back as true
io_WorkingDay >=-8 And io_WorkingDay<=6
Why is the first condition returning false…