-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,768
  • 2
  • 16
  • 30
arunpandiyarajhen
  • 603
  • 11
  • 20
  • 48

2 Answers2

0

There is an official IBM document regarding this here.

toddsonofodin
  • 513
  • 2
  • 4
0

You can use this in javascript;

 promptButtonFinish();
Ersin Gülbahar
  • 6,344
  • 14
  • 54
  • 105