What all can be done in to this basic threshold formula to test for something to be true or not?
if Threshold.StatValue = then
Threshold.Result = true
end if
For example can this if / end if statement be modified to say something closer to a if / then / else statement?
Second can objects be added and used in a formula of any type? For example i’d like the statement to be true when my calls abandoned is > 10% of my calls offered.