I have a table called Disabled which holds two numbers: 0 and 1 0 = Active 1= Disabled
I can find all my active profiles because the rule is that every profile can only have one Active instance but have multiple Disabled instances within it. So, I have two types: one has just disabled instances and no active instances. The other has active instances with disabled instances within it. What I need to do is write an if, then, else statement to filter out all Active profiles with disabled instances and return to me all the profiles that are actually disabled. Please help….
I can find all my active profiles because the rule is that every profile can only have one Active instance but have multiple Disabled instances within it. So, I have two types: one has just disabled instances and no active instances. The other has active instances with disabled instances within it. What I need to do is write an if, then, else statement to filter out all Active profiles with disabled instances and return to me all the profiles that are actually disabled. Please help….