addRefreshParameter(name, value)
addRefreshParameter(name, value)
The console can add refresh parameters to all panels in the view:
View.addRefreshParameter('bl_id', bl_id);
Added refresh parameters will be applied to all panels during refresh. Panels with data sources that do not define these parameters will ignore them.
When designing the dashboard views, use the same parameter name consistently across all data sources.
Parameters:
-
name
(String): parameter name -
value
(String): parameter value
Use parameterized restrictions