Hi
I have tasks in a list and i want to find out which tasks are not completed, the only way i can do this is by finding out whether the task that is supposed to be done above the task i want to report on is complete or not. If it is and the following task is not the I know that task is pending. N
All tasks appear in order so one knows what task should be completed in what order and I allow the user to choose this from the parameter list. Currently this is all coming from a static list but I want to do the following.
I want to set up the parameters so that once someone chooses a task that is in position 5 that the end range only allows them to select tasks greater than 5 in the list.
I hope I am making sense.
shivun