parameter dialog box function

Options
dicksonf
edited February 11, 2022 in Analytics #1
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

Comments

  • averma
    edited December 31, 1969 #2
    Options
    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
    Warning No formatter is installed for the format ipb
  • dicksonf
    edited December 31, 1969 #3
    Options
    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