[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details

Cognos 8.4 Report Studio Question

Asked by CognosUser in Cognos PowerPlay, Impromptu, ReportNet, JavaScript

Tags: javascript cognos

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...
1:
2:
3:
4:
'<a href="#" onClick="addInput( ''' +[Query5].[City] + ' '  +[Query5].[Address line 1] + ' ' + [Query5].[Postal zone] +  ''')">  Select</a>'
//
 
this is what I did to load an array for processing...but it has to be fired by clicking the link
 
Related Solutions
 
Loading Advertisement...
 
[+][-]10/07/09 06:01 PM, ID: 25521664Administrative Comment

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 30-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]10/07/09 06:01 PM, ID: 25521665Administrative Comment

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 30-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]10/08/09 05:50 AM, ID: 25524773Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10/09/09 06:40 AM, ID: 25534830Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10/09/09 08:02 PM, ID: 25540611Administrative Comment

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 30-day free trial to view this Administrative Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091118-EE-VQP-93 - Hierarchy / EE_QW_3_20080625