Category / Section
How to pass dashboard parameter in iframe embedding
Published:
Passing Dashboard Parameter With iframe
- Refer to this document to obtain the iframe code that can be utilized to embed the Bold BI dashboard on your web page.
- The dashboard parameters have two modes: Literal and List.
Literal Mode
To pass dashboard parameters in literal mode, include the parameter name and value after 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 list mode, use operators like IN or NOT IN 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.