Forum Discussion
Cleared
9 years agoFrequent Visitor
Filter on tiles using the new Embedding api
I am using the new emedding api and i want to embedd tiles on an external webpage. However i need to apply a filter to the tiles, for example TableA/ColumnB = "ABC" but i am unable to do this. I...
- 9 years ago
It seems by design. If you check Understanding the object hierarchy, you'll find NO filter for tiles and dashboards. There're only filters for Visuals(not implemented, tiles are not visuals), Pages and Reports. If you'd like a filtered tile, add visual level filter before pinning them to dashboard.
teroman
9 years agoFrequent Visitor
I had the same problem using the older api, I found you could add a single filter by adding
&$filter=table/column eq 'ABC'
to the iframe.src, but adding multiple filters using " and " would cause none of the filters to be applied.
Really hoping there is a solution for applying parameters to embeded tiles!
Cleared
9 years agoFrequent Visitor
That does not seem to work for me. Are you sure that this works when imbedding a tile, and not only for full reports?