I created a report studio report with a list on it.
When I run the report I see the list of rows with the results.
I want to pass these results as a group to Javascript and examine them row by row.
I specifically need to know how to get a reference to this Cognos result set.
Things I've tried already...
- putting a span tag around the list of rows
- putting a link on each row that adds the row data to an array and then processing the array on the click event of a button (this works but I want to get all the rows at once).
You can get at the individual row values when this code is added to an Html Item added as a column...