Issue Loading Card on App in Domo Everywhere

Hello, I'm having trouble loading a card in an embedded App. This is for a new dataset created. We embed the app using no PDP on the dataset and programmatic filtering on the server side for our end user (an internal employee). The card is loading on the dashboard in our Domo instance, just not when it is embedded. Any reasons why this may be?

Map Layer Tool.png

Answers

  • MattTheGuru
    MattTheGuru Contributor

    @joebenz this is a fairly common thing that I see. All this means is that you have datasets that are powering the "Card could not load" cards that is being filtered by a column that does not exist.

    And since that column doesn't exist the card vacuously has no data to render.

    You can use "datasetRedirects" to solve this by saying certain filters should only apply to certain datasets.

    ** Was this post helpful? Click 💡/💖/👍/😊 below. **
    ** If it solved your problem. Accept it as a solution! ✔️ **

    Or do you need more help? https://calendly.com/matthew-kastner/15-minute-chat
    Did I help you out? Feedback is priceless and will help me more than you know.Write a review!

  • joebenz
    joebenz Member

    Thank you @MattTheGuru. Where would be the best place to find "datasetRedirects"? Is that on the dashboard level?

  • joebenz
    joebenz Member

    @MattTheGuru actually I believe you've answered my question. Although, I do have a follow up if you have an answer.

    Basically, on the embed we have programmatic filtering on the server side for our end user (the "host email") column. While we do want that filtering for all other charts on the dashboard, we want to have these charts not filtered. Do you know the best way to do this?