04-02-2008 11:43 AM
My first impression was to build a result list array and then include that table in the report. The problem I have is that I do not know how to remove the previous steps from the report and have TS still record the result to the Locals.ResultList. I have not been able to find where to exclude these steps from the report but still include them in the ResultList.
What is the best way to approach my goal of creating a simplified report as described above?
Thanks,
Eric Nelson
04-02-2008 01:39 PM
04-02-2008 03:29 PM
04-02-2008 04:42 PM - edited 04-02-2008 04:43 PM
04-03-2008 01:14 AM
Hi Eric,
Record Result is OK. (I forget the white space between)
Now just for understanding your question. You have a original ResultList provided by TS. Let's say you have 50 steps and all are set to "Record Result" = True . so the Locals.ResultList has 50 elements after performing the steps. Now you want to extract 10 Elements to an other List.
Is that right ? Why do you need the hole ResultList ? Do you produce 2 report files?
If possible post a small example
Greetings
Juergen
04-03-2008 10:32 AM
04-03-2008 10:46 AM
04-03-2008 04:30 PM
04-04-2008 01:33 AM
04-04-2008 01:33 AM - edited 04-04-2008 01:35 AM