Can we add validations to the HTML items in reportnet?
could u plz tell us more about ur requirement
Srik
Say for example I have a date range prompt in my report. The user selects the date range and clicks on finish. On clicking this button a validation shuold happen like if FROM date is ahead of TO date an error message has to be thrown . Is it possible?
i am also trying to do that...still now no sucess!!!
Srik
8)
You could remove the Finish button and add a custom HTML item that replaces it and validates the prompt values and if it's valid submits the promptButtonFinish()
exactly trying to do the same...but i am not able to achieve that...any suggestion...
Srik
Use javascript: www.w3schools.com (http://www.w3schools.com) or search on google for javascript validation
check on this link...
http://support.cognos.com/supported/supportlink/15n4/hottip04.xml
Srik