Hello All,
I have been browsing through and have not found any posts that explicitly answer my question. i am trying to pass two parameters from one table to the next I tried using firechange but it does not seem to work. here is my Clickaction code of the first table.
function(a,b){
Dashboards.fireChange('drilldate1',b.value);
enodeb=a.series;
}
simple stuff but not updating the table I have also tried to put my enodeb parameter in a firechange statement but that does not work either. The thing is i want to click on one row of my table and have it select the value in the first column and the value in the second column for my two parameters respectively is there any way to do this?.
Thanks all,
Cliff:cool:
I have been browsing through and have not found any posts that explicitly answer my question. i am trying to pass two parameters from one table to the next I tried using firechange but it does not seem to work. here is my Clickaction code of the first table.
function(a,b){
Dashboards.fireChange('drilldate1',b.value);
enodeb=a.series;
}
simple stuff but not updating the table I have also tried to put my enodeb parameter in a firechange statement but that does not work either. The thing is i want to click on one row of my table and have it select the value in the first column and the value in the second column for my two parameters respectively is there any way to do this?.
Thanks all,
Cliff:cool: