Customize dashboard Parameter Form

E10.2.200.21
Can we successfully customize a ‘customized dashboard parameter input form’ ?
( DiagramQueryLib.Forms.BaseForm)

I have a deployed, customized dashboard- I would like to add code to the parameter window.
It ( parameter form) allows me to ‘save a customization’ - however, no matter what code I add, when I go back into that customized parameter form, the code is no longer there.

My guess is I am missing some step or concept.

Like you’ve found, I don’t think there is a way to apply a customization to the BAQ parameters pop up window. That’s the same one that shows up in a dashboard. If you really need it, the only solution I can think of is to call the BAQ in code using the dynamic query adapter. Then you have control over the execution parameters without a pop-up and you can do what you want. You’ll have to make your own grid and bind it to the results yourself and it’s a fair amount of work that seems like a pain, but it’s doable.

1 Like

Thank you

image007.jpg