Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

flex.bi reports and dashboards can be embedded in other HTML pages as <iframe>element.

...

And now embedded flex.bi dashboard will automatically resize it's <iframe> element to match the current dashboard height.


 

This text is right after <iframe> to illustrate automatic resizing.

...

<iframe width="100%" height="482" src="https://flex.bi/accounts/1/embed/report/1?selected_pages=[Time].[1997].[Q1%201997],[Time].[1997].[Q2%201997],[Measures].[Unit%20sales]" frameborder="0"></iframe>

 

Adding parameters to URL

You can provide several parameters to the URL of the shared report or dashboard, in that case, use an ampersand & to separate several parameters. To assign a value to the parameter user an equal sign =. To provide several values for one parameter, separate those values by a comma , .

...