I created a Dashboard that I deployed as a dashboard-assembly and I put a button on it to open a BAQ Report Designer screen I created to print a custom SSRS report.
How can I pass 3 fields from the dashboard to the BAQ Report into specific fields to filter what is printed?
In a “regular” forms I would use LaunchFormOptions
There are many thread with references here.
LFO requires two customizations to function
the “calling” form customization to specify what values to pass
& the “called” form customization, to retrieve and handle the passed values
TBD if it would work in a dashboard… I haven’t ever tried it there.
I might start by deploying a dashboard and then checking if it is possible to customize each of the necessary forms.
I have puzzled out sending a variable from my Dashboard to the BAQ Report Designer screen.
My problem now is figuring out how to use it to populate the numfield1 that was created by the designer. The field is an EpiNumericEditor field with an EpiBinding of ReportParam.field1