Passing filter values from embedded web pages to Birst

A web page embedded in Birst can pass filter values to the Birst application.

The embedded web page uses this code to set a filter in the Birst application. For example,

      window.parent.postMessage({operation:'setFilters', filters:[{key:'Time.Year', 
           value:[2012], operator:'='}]}, "*");

Sample Code: Pass Filter To Birst From Embedded

The ToBirstParent sample shows how to pass data from an Iframe on a web page to a Birst application using filters and the drillToDashboard parameter. See Pass Filter To Birst From Embedded.