Home
Analytics
parameter dialog box function
dicksonf
Is there a function that I can call within the script so I can display the parameter dialog box so the user can re-enter the parameters??
I want to do this is because I would like to develop a input validator instead to use the ones it comes with birt since it doesnt really doing what I want. Or is there a way I can rewrite the validation functions within Birt??
thanks
Find more posts tagged with
Comments
averma
Hi dicksonf:
You can do custom validation of your parameters using scripting. Select the parameter in the report designer and then click on Script tab. Here you can write your own custom validation code.
Ashwini
dicksonf
Hi Ashwini,
Thanks for the reply. I notice that there is that script tab that I can write up my own validation script. however, how can I give notice to the user that the input is incorrect?? What I menat is how can I make a popup that displays a message and reopens the parameter dialog box for the user to re-enter the parameters?? is there a function that does that??
Dickson