-1

I'm working on Cognos 10.1 report studio. There is a requirement where I should incorporate a javascript function with the Cognos Prompt button ("Finish"). I've tried all possible ways I know but I couldn't achieve it. Please help me.

I should either be able to incorporate the Javascript function with the Cognos prompt button or get the functionality of a Cognos prompt button in a Javascript button. Any one of these would fulfill my requirement. Thanks in advance.

Damienknight
  • 1,876
  • 2
  • 18
  • 34
arunpandiyarajhen
  • 643
  • 12
  • 20
  • 51

2 Answers2

0

There is an official IBM document regarding this here.

toddsonofodin
  • 513
  • 2
  • 4
0

You can use this in javascript;

 promptButtonFinish();
CompEng
  • 7,161
  • 16
  • 68
  • 122