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/bi/accounts/47/embed/report/799?selected_pages=[Item].[AUDIO%20-%20Audio%20Products],[Person].[(none)].[SJ%20-%20Samuel%20Jackson],[Person].[(none)].[LD%20-%20Leila%20Dinnerplate]" 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 , .

...