-
Colour Rules while comparing two columns.
Hi Team, Your support is highly appreciated in advance. Could you please advise/suggest how to apply colour rules based upon dynamic targets in 'Line Grouped Bar Chart'? Thanks Rabia
-
Domo Buzz notifications
Hi In Domo Buzz you can start a conversation about a dashboard. But, having tested it, no one who the card is shared with gets told about the conversation unless each individual is @ mentioned in the chat. Is there a setting which alerts all of the people that a measure in the dahboard has been updated? Thanks Ian
-
How to remove Scale Marker
Hey Domo family, I added scales on my graph, but I couldn't remove it or reverse it back to the original one. Is there any way to get it off from my card? @GrantSmith @MarkSnodgrass
-
Dashboard question
Hi, I'm new to Domo dashboard and want to know whether there's a way if you click on one bar in the bar chart it will switch the dashboard to a new dataset. Like here if I have a dataset that is the overall of the months(2010-Jan ~2010-Dec), and I have separate dataset with more detailed info about each month.. I want the…
-
Average
I have created a Card for volume by hour. Now the department wants a card Average volume by hour. COUNT(`Case Number`) OVER (PARTITION BY HOUR(`Created Date`)) I'm not sure if I'm doing it right as it's creating duplicate Hours and Volume. I have done it in ETL and getting the result but then I cant do filters as It's a…
-
Trying to condense / group rows to remove nulls, any help appreciated
Hello, I am working on a data flow that needs to perform various substring functions to isolate data from a large xml string. I have gotten it close, where the data is linked to the log / time / user in in the sql database, and i am able to separate values into appropriately named columns. I would like to know if/how to…
-
Beastmode YoY Variance Calc
Hi All, I am working on a beastmode that I thought would be relatively straight forward, but is giving me some issues. I am trying to do a YoY variance calc starting in 2022. The problem I am running into is that the 2021 numbers are not being subtracted out of the 2022 numbers. When I look at the previous year info, it's…
-
Card Level Interaction Filters
This is a pretty straight forward question. When interaction filters are enabled on a card does it only work on cards that are running on the same dataset with the interaction enabled? For example I can 1 card that I want to filter other cards, some cards are on the same dataset, some are not. I thought that similar to…
-
Domo and GitHub
Hello All, We have recently bought Domo and they gave us one instance of it.... Trying to see how can we use GitHub and do PR etc to deploy stuff.. Does Domo has something like this to manage deployments. If I have one Page with 5 cards, Can I have production copy of it and somehow get dev version of it to do future…
-
How can I plot values that are in the time format mm:ss on a graph
I was able to use the SEC_TO_TIME function in DOMO to get my metrics on time duration in the format hh:mm:ss. However I am only able to see this data in a Table format. When I go to plot this on a graph it doesnt work. Any help in enabling this visualization would be great as we have many call center operations related…
-
window.addEventListener("message") does not trigger when card is clicked
Hi experts, I have successfully built and ran the sample. My card is loaded. Now I want to watch the event of card clicking and get out the selected data. With the help of Domo, the event of message will be just work when card is clicked, or filter is changed, but nothing happened. I also tried to change column&value of…
-
Drill Path from same Dataset returns zero value
Hello Dojo! Basically, I have a page that shows the most viewed pages, what we want to see in the drill path is when we drill down, the most viewed cards on those most viewed page. when I do it from separate cards, I can show them fine, one card has the most viewed page the other the most viewed card. they are using the…
-
Domo Everywhere- Embed Card- Change Background of card to black.
Hi guys, When I embed a card using Domo Everwhere, I would like to have a background color to be black. But by default I guess it is White. Is there a way we can change the background color of the card.?
-
Centering a Summary Number
How do you use HTML formatting to center a summary number? I tried using a center tag and '<div style="text-align:center"> and neither worked
-
Birthday calendar
Looking for a way to put team member's birthdays and anniversaries onto a calendar card for the team to see. Thanks in advance
-
Period Over Period Nested Bar
Hey guys, I'm trying to create a week over week bar graph that shows the next 7 day production vs the last 7 day production. That is the easy part, I'm also trying to group the bars by our different locations. Below is an image of what I have so far. Is there an easy way to split up those total production amounts into our…
-
is there an easy way to not show zeroes??
I have a table that consists of inputs from 3 different sources. What I am running in to is more of an esthetics issue that I am hoping to clean up. I have areas where a zero appears, and other spots they don't appear. The data are all integers so i understand why there would be zeroes showing but confused why it shows up…
-
Is possible to use text values in a pivote table?
Hello! I am trying to create a table like this in which the values are a text field. I am using the pivote table that allows me to create the headers the way I want them but I think this type of chart only allows me to use numerical values. Is possible to use text values in a pivote table?
-
refresh interval
Hello everyone, is there a way to set-up the card auto-refresh interval once the dataset has been updated, and which is the default one,? I'm experiencing refresh interval form seconds to minutes, so I'd like to have a more linear behaviour of the system. Also: using Domo Everywhere is there more flexibility about page…
-
Recommendation for best way to create this visualization
I have 2 columns 'years old when moved in' and 'Length of stay in Days' What I am looking to do is create a card (histogram?) that will take the ages and put them in buckets then show an average length of stay in days for each of those buckets. I already used the histogram to show the distribution of ages as a count, and…
-
Saving a Drill Down View as its own Card
When in 'Edit Drill Path', it's currently not possible to save the drill path card as a top-level card. This would be handy when the stakeholders are more interested in the drill view than the main view, or if there's complexities in the drill path card that cannot be replicated easily.
-
Where can I find the logic for custom built dimensions?
Hello, I'm having an issue tracking down where, exactly, I can find the logic for these custom-built Dimension Segments. Any tips for where I might find it? Thanks!
-
Comparitve Gauge Last Week Vs This Week
I'm trying to create a card to show last week's sales Vs current week's sales, I'm but having issues with the values my beast modes are returning. The week should start on Monday and end on Sunday. I have our fiscal calendar enabled and checked so I'm not sure if that's causing the issue or not. Last Week: SUM((CASE WHEN…
-
How to Share Pages without Sharing Data Set?
I've been working on a few Dashboards in Domo that have sensitive data in the underlying data set. The cards I've built have aggregated this data so it isn't identifiable and I've turned the filter options off and locked the page. Therefore, anyone I could share the page with would not be able to filter to the sensitive…
-
Embedded card leads to login page
Im trying to embed a private card. I got the embed token, but when I load the page, the iframe loads the login page instead of my card
-
How to aggregate CASE Statement values?
In my dataset, I have three different tests that aggregate the field Forecast differently. Here's a beast mode I made that works pretty well, except when I'm trying to add them all together: CASE WHEN Test = 1 THEN SUM (Forecast) WHEN Test = 2 THEN SUM (DISTINCT Forecast) WHEN Test = 3 THEN SUM (DISTINCT Forecast) END when…
-
Is there any way to get Embed Id programmatically?
I integrate with DOMO using java SDK and REST API, and I can get dashboard id or card id without any problems. But then I need to embed them on our site. But I see that the iframe for embed that will only use the dashboard/card id mark as deprecated, and now it is necessary to use the iframe with the Embed Id. Please tell…
-
Please I need help with setting up a retention chart
Hi Domo gurus. I'm trying to create a "line + grouped bar chart" similar to the ones attached below. My goal is to create a chart that shows monthly cohorts of users who have made '100 api calls" and showing x% who returned to make other 100 api calls at the interval: 31 - 60 days, 61 - 90days, 91 - 120days, 121 - 150days.…
-
Confused on how to do embeds
Hey there! I'm following the steps in trying to embed cards into a private page. So far I was able to get the embed token on my backend. Right now, I'm confused on how to use the embed token. I can throw it back at the frontend but how do I use it? Do I create a separate <div>, apart from the <iframe> that I made?