Hello Everybody,
I have a problem with the Javascript prompt API.
I created a value prompt where i set in the Name property "paño".
When i put a <HTML item> the next code:
var report = cognos.Report.getReport( "_THIS_" )
var control = report.prompt.getControlByName('paño');
alert(control);
After this i RUN the report in HTML mode. Once the report is render, the popup that generate the alert() code shows NULL .
I dont understand what is the problem about this..the code initially is correct.
PD: The report is runnin with full interactivity in "NO"
Thanks in advance.
------------------------------
Robert Berchtold Palacios
------------------------------
#CognosAnalyticswithWatson