-
Issues with Hovering for Plots Once It is Embedded
Hello, I created a hovering feature for one of the plots with linebreaks via a beastmode. The hovering works fine within the Analyzer feature but once I try to embed the card, the linebreaks are removed and I see the '\n' that indicates where I placed the linebreaks. Is this a common embed problem and if so, how can I move…
-
Cookies on Domo Everywhere
Ability to access Domo embed via Edge requires user intervention for them to "Request cookie access". This is to do with blocking third party cookies. Users using Safari are unable to login at all preventing their ability to use Domo embed. Can we speed up the process to enable a cookieless seamless cross browser…
-
Integration with a Digital Experience Platform (FullStory)
For customers that are embedding dashboards into their website, member portal, etc., the ability to understand how their customers are engaging with those dashboards is critical. To gather this information it requires either a script to be placed into the header of the website or with an embedded iFrame to allow the…
-
Private Embed Page in Salesforce Without Redirect
I need to privately embed a page from Domo into a Visualforce page. I used the example code repo linked in the developer documentation. When I preview the Visualforce page, it successfully renders the page but only after redirecting to a public.domo.com page. When I attempt to add that Visualforce page to an Experience…
-
Add embed token as query parameter to the iframe src
When intergating with Domo Everywhere, creating a iframe is one of the main pain points. This should not be the case. In an ideal world, the iframe would look like this: <iframe src="https://public.domo.com/embed/pages/:embedId"> </iframe> However, as we need to pass the embed token as well. Insted of doing it via Forms…
-
Programmatic Filters Implementation Help
Hi, I'm using programmatic filters for the first time. This image below is on Domo's documentation - . I created a similar file in my code base but I'm not sure what visualization1 is? Is it the name of the dashbord? Where is it defined? Additionally, how is this called in the frontend? Do I need to do anything on the…
-
Image Hosting
End Goal: I want to display a sales rep's headshot next to their stats on some "Top 5 Producers" style cards. I'm familiar with the HTML code to do this, and I know I can put these pictures on a free online image hosting service to do it. But my IT department would probably "expel a kitten" over this because they treat…
-
Deleting Embedded Cards
Deleting Embedded Cards (Domo Everywhere) in Admin Settings
-
Domo Everywhere - Embed Filtered Views
Hello! Is there a way to use Domo Everywhere to create links to specific filter views? I have clients who want to see their marketing campaigns filtered to specific regions so that they don't have to teach their stakeholders can immediately see a specific page view without needing to manipulate the filters. I know this…
-
Custom message for embedded dashboard when user does not have access?
Hi everyone... I'm wanting to present to the user a custom message when they try to access a dashboard they do not have access to. We privately embed dashboards onto a web page in an iframe, and if the user does not have access, they are presented with the standard "Sorry. This content is no longer available." message.…
-
Domo Everywhere Default view/filter
Hi All, I'm trying to create embedded dashboards that will show multiple years worth of outcomes. I would like the end-user's view to default to the most recent year's data, but then be able to manipulate the data using a slicer filter card. So, if we have data from FY19, FY20, FY21, FY22, and FY23, we would like the…