| crosstab get aggregate value in javascript [message #1014031] | 
Sun, 24 February 2013 21:15   | 
 
Eclipse User  | 
 | 
 | 
   | 
 
In my regular tables I have simple up/down arrow images and use a oncreate script to display an onhover helptext. IE : 
 
this.helpText = "Revenue UP from last year : " + this.getRowData().getColumnValue("ly_revenue") + " $ ";
 
 
However I can't really find a way to do this when using a crosstab. I have the aggregate values in the crosstab, but if i try to refrence them the same as that I get : 
Cannot call method "getColumnValue" of null  
 
How can i reference a specific aggregate/summary item in the datacube/crosstab table through javascript?
 |  
 |  
  | 
 | 
 | 
 | 
 | 
 | 
 | 
Powered by 
FUDForum. Page generated in 0.11083 seconds