Search results

How to pass dashboard parameter in iframe embedding

Passing Dashboard Parameter With iframe

  1. Refer to this document to get the iframe code that can be used to embed the Bold BI dashboard on your web page.

  2. The dashboard parameters have two modes. One mode is Literal and another mode is List.

Literal Mode

To pass dashboard parameters in the literal mode, pass in the parameter name with the value after the isembed=true in the src attribute. For example, <iframe src='http://<servername>/bi/site/<siteidentifier>/dashboards/<dashboardid>/<category>/<dashboardname>?isembed=true&DashboardParameter=value' id='dashboard-frame' width='100%' height='600px' allowfullscreen frameborder='0'></iframe>

List Mode

If you are using a list mode, use Operators like IN or NOTIN in the iframe src attribute.

Function Syntax
IN parameter=IN(value1, value2, …, valueN)
NOTIN parameter=NOTIN(value1, value2, …, valueN)

NOTE: The dashboard parameter name and the column name are case sensitive.