Oracle Reports 10g calling javascript
I need a way to create a pop up (like an alert in Oracle Forms) that alerts a user when one queried value in the report is greater than another queried value.
Any suggestions?
Can this be done using javascript?
If so, how?
Note: I'm not trying to check values on the parameter form. I'm also not trying to check values that are sent to the report. I'm trying to check values that are returned from the queries.
Thanks