Update dashboard panel with report filter based on value in a stateless form field.
I have a simple dashboard with two panels. First one is a stateless form. Second is a report.
I want to filter the records in the report, based on a field from the stateless form. For example, as user select the customer in the stateless form, the report will shows only orders relevant to that customer immediately.
Thanks.