BuildForge/ClearQuest integration
One answer
It should be possible. I am not really familiar with scripting CQ queries, but if you can get the size of the result set you could use the while step to iterate through each value in the result set. Using the column values would be trickier as I don't know how you would set the step condition to fail when you reached the end of the result set. In this case it sounds like a 'for' loop approach with the result set size would be easier than a 'while' loop approach with column arguments.
~Spencer