This topic is locked

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.
I've tried:

but without success

Any suggestion?
Mauro

admin 12/5/2022

Your approach is correct in general, you just to write the correct code.

  1. Pass the parameter via URL
  2. Save it in a session variable
  3. Use Search API to filter data

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,
fernando