Hi, I’ve encountered a problem when applying runtime filters on object access token. This is my use case: - I need to have a token with runtime filter ONLY for a specific liveboard - The liveboard should also support another filter, for a different column, - The liveboard should be embedded in our app, while applying both the filter on the token and the additional filter
what I tried is: - fetch the object access token providing the liveboard id and the following runtime_filter
- went to the embed playground, replaced the token with my own, and try to embed the liveboard with another runtime filter
runtimeFilters: [{ columnName: 'Module Id', // eg: color operator: RuntimeFilterOp.EQ, values: [<id>] // eg: red }]
runtimeFilters: [{ columnName: 'Module Id', // eg: color operator: RuntimeFilterOp.EQ, values: [<id>] // eg: red }]
- I saw the specific dashboard, while other dashboards were restricted as expected. - However, I’m seeing ALL of the data, instead of the filtered data by the token and the runtime filter I applied
Can you spot what is wrong? have I missed something?
Recent Announcements
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community