Good evening everybody,
I want to filter only those activities having EVEN (Multiple of 2) original duration throughout the schedule. Can someone give me the trick for that kind of filter or grouping?
Good evening everybody,
I want to filter only those activities having EVEN (Multiple of 2) original duration throughout the schedule. Can someone give me the trick for that kind of filter or grouping?
Just curious why are you looking to filter that? Any specific situation that is requiring you to filter activities with that duration?
dody I will not answer this becasue you stepped on someone elses thread. If you have a question create a new post and ask it. You question has NOTHING to do with the original question.
since you should not have any durations over 20 working days then
filter all
where original duration is not equal to 1
where original duration is not equal to 3
where original duration is not equal to 5
where original duration is not equal to 7
where original duration is not equal to 9
where original duration is not equal to 11
where original duration is not equal to 13
where original duration is not equal to 15
where original duration is not equal to 17
where original duration is not equal to 19
Create UDF for the result of Orig Dur/2 THEN filter using UDF that does not contain .5
Create UDF for the result of Orig Dur/2 THEN filter using UDF that does not contain .5