Open Dashboard filtered |
12/4/2022 4:52:27 AM |
PHPRunner Tips and Tricks | |
M
Mauipm author
Hi, I have a dashboard with a master grid table and other grids filtered by a field of the master. I need to open the Dashboard by filtering the master table with a value provided by a calling page.
but without success Any suggestion? |
|
![]() |
Sergey Kornilov admin 12/5/2022 |
Your approach is correct in general, you just to write the correct code.
|
![]() |
fhumanes 12/5/2022 |
Hello, I don't know if what I programmed in my example is or that you are looking for. https://fhumanes.com/blog/otros-ejemplos/uso-de-anychart-en-snippet/ What program is a form (in a panel) that sets a parameter for the rest of the panels. In my case, the rest of the panels are snippet, but they could be panels associated with table since the parameter is set in session variable and consultations to these tables can be "filtered" by the value of that session variable. All the best, |