Embed Page/Story and update filters via javascript postMessage
hi all,
we embed cards and pages/stories in iframes on our platform. We have some filtering options that build the pfilters query parameter, and reload the cards/pages iframes when those filters are changed by the user. This will fully reload the iframe. Im looking into a solution where we push the filter information into the iframes with js.
I looked into the ryuu/domojs files and this comment, https://dojo.domo.com/discussion/comment/49756#Comment_49756
The difference with our setup is that the postMessage is triggered from the parent window (not a domo custom app). I tried several formats and configs, but I cant get it to work.
I also don't get any errors, so im not sure what is going on.
document.getElementsByTagName('iframe')[0].contentWindow.postMessage(JSON.stringify({ event: "filter", filter: [{{"column":"uniqueformid","operand":"IN","values":["33865"]}] }), "*")
Also, a few years ago I saw a demo where a custom domo app was build as a filter card, and the structure of the filter push was a bit different, but did not have any success with it either
{ id: 'setFilters123', jsonrpc: '2.0', method: '/v1/filters/apply', params: { filters: [{{"column":"uniqueformid","operand":"IN","values":["33865"]}] } }
Is what im trying to accomplish even possible?
Best Answer
-
Needed to configure Embed authorized domains
0
Answers
-
I was pointed to this js file, which does what I want and Im gonna experiment with it
https://github.com/domoinc/domo-node-embed-filters/blob/master/public/jsapi.js
2 -
Needed to configure Embed authorized domains
0
Categories
- All Categories
- 1.8K Product Ideas
- 1.8K Ideas Exchange
- 1.5K Connect
- 1.2K Connectors
- 300 Workbench
- 6 Cloud Amplifier
- 8 Federated
- 2.9K Transform
- 100 SQL DataFlows
- 616 Datasets
- 2.2K Magic ETL
- 3.9K Visualize
- 2.5K Charting
- 738 Beast Mode
- 57 App Studio
- 40 Variables
- 685 Automate
- 176 Apps
- 452 APIs & Domo Developer
- 47 Workflows
- 10 DomoAI
- 36 Predict
- 15 Jupyter Workspaces
- 21 R & Python Tiles
- 394 Distribute
- 113 Domo Everywhere
- 275 Scheduled Reports
- 6 Software Integrations
- 124 Manage
- 121 Governance & Security
- 8 Domo Community Gallery
- 38 Product Releases
- 10 Domo University
- 5.4K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 108 Community Announcements
- 4.8K Archive