Comments
-
An insider's view on that question: When customers get started with Domo, there's generally a discussion between the customer and Domo about how much data will be transformed regularly. The rule of thumb is if the largest datasets are less than 5 million rows or so, MySQL is the recommendation. More people are familiar…
-
Hi @kirksteineck I don't think there is. You have to recreate them in the order you want. Like they did with drill paths, I bet Domo eventually lets you reorder color rules, too. Make sure to put this in the Ideas Exchange.
-
That sounds fishy, especially the part about the help link not working. I can't say what the problem is, but it certainly sounds like a bug.
-
Hi @amycaroline Some questions - what level of access rights do you have, have you tried the other save options (save as, save and close), and after you've saved and closed, does the card still show the reverted version?
-
Hi @JCMeier There are a couple of posts on a similar topic. Check out: https://dojo.domo.com/t5/Card-Building/Custom-sorting-axes/m-p/18512#M1794 https://dojo.domo.com/t5/Card-Building/Custom-Sorting-Using-a-Field-Specifically-Sales-Funnel/m-p/17907#U17907 Do these help you out?
-
Hi @Sweep_The_Leg The row limit function is limited (see what I did there?) in its helpfulness. Each row of data the card is rendering is a combination of rep, sales, and series, but you want to really limit it based on rep and sales. That's not what you think you're doing when you enter a row limt, so that's why I…
-
Hi @user09859 That's done on the page menu level, as opposed to a card menu. At the page menu, if you have the rights, there should be a "Publish as Slideshow" option. From there you can select which cards on the page should be part of the presentation, and you can select if the slideshow should be private with a passcoded…
-
So far I haven't seen anything for rank except performing that kind of analysis in a dataflow where rank functions can be used. I do know that something is being worked on regarding these kind of window functions for beast modes, but can't comment on when we'll see that.
-
Hi Brian It's a pivotal time for your organization at this step in your Domo maturation, so take charge of the opportunity and lay the groundwork for: data governance best practices, optimizing access rights, and training. See this article for some ideas from the Domo data team. We follow quite a few of these. Find what…
-
The short answer is no, this information is not available. There are a few ideas in the Ideas Exchange around beast mode governance, though, which you can search and upvote for increased exposure.
-
This is currently a beta feature and not available to the general public. Have these new analyzer functions been added to your company's Domo? If they have then maybe it's a bug that should be reported. Otherwise, maybe it needs to be turned on first.
-
Your descriptive information in the first row is assumed to be the header (column names), plus Domo is adding a few extra metainformation fields. Can you configure the connector to skip the first row of data and instead use the second row as the start? Some connectors allow you to do this, including at least one version of…
-
I bet your null values are involved in the distribution monotony. I'm not sure how to handle that. That said, I like to change the scale to log as well as change the theme to one that has more colors. Try a combination of those and let us know if it helps.
-
The ability to specify that a file's data and header rows start a few rows down is a common trait many of the connectors share. I don't think the regular Box connector is one of them, but there is an Advanced Box connector that does let you do this. Do you see that connector in your list of available connectors? If you…
-
I think when you see others referring to the roadmap, it's probably Domo employees referring to what they know is being worked on, rather than a public document of upcoming features. I imagine that kind of thing is held close to the vest because it's important to the strategy of the business. That said, you might be able…
-
What you're looking for is basically color consistency based on the series value, regardless of how many series show up. Domo has a fix for this just around the corner, so wait until hopefully later this month to get access to that.
-
Surprising. That's a lot of columns! Thanks for the update.
-
Hi! Not sure if this is a problem or not, but workbench might not like you replacing a dataset that doesn't yet exist in Domo. Maybe upload it first, then switch to replace once it's uploaded. Do you need to pick a dataset type, too, perhaps? Try comparing this job to other successful jobs and see what settings on this job…
-
When I worked for Domo I brought in a survey dataset that had a thousand or so columns and got capped at 250. But that was a couple years ago so things may have changed since then. If you find out there's a different limit, let us know.
-
You cannot, unfortunately. You can schedule card(s) to be sent via email, but it's the visual including the summary number. It's not an excel file. You can also export a chart's datagrid to flat file or excel, but it doesn't include the summary number and that file export can't be scheduled.
-
Domo has a couple of SQL platforms. Are you using mySQL? We are on the other one, the RedShift platform, and use window functions pretty frequently. For example, one of our revenue to goal calculations looks like: SELECT ... SUM(r.amount_usd) OVER (PARTITION BY r.type, r.salesrep_id, r.driver_category,…
-
Hi Dale! You can check what previous versions looked like by viewing the card history (in the wrench menu)., but we don't have the capability of rolling back to previous versions (except to examine what a prior version looked like and rebuild it that way from the current version). Rollback would be an awesome feature,…
-
Hi! That's a great idea! On the Admin-Cards page you can multi-select cards based on several properties like page or card type, but not their dataset. Otherwise you'd be able to perform actions based on all those cards you selected. You can change card owner for all selected cards all at once, but you'd have to search each…
-
Hi Matt There's another thread out there about similar multi-value columns and how to split them, but I couldn't find it. That said, there isn't a single beast mode that can split these values. You can create a beast mode for each product in the value set (CASE WHEN `product` like '%DRaaS%' THEN...) , and use each of those…
-
@Josh-REO A year and a half later, still no upgrade in place. Dataflows are still only directly driven by dataset updates.
-
I'm not aware of a solution to this, but one thing I've done before is create a new card with the view I want and relate it to the card I would come from, so the next view is still one click away. That might not work for you but it's something to consider.
-
Looks like the space is still at the front: '_44..' instead of '44..'. Try removing the space in your other transform, too, and see how that goes.
-
@jbuaron You'd probably have to remove the "USD" currency code portion of your values in order to make the datatype change you want. You can do a text replace transform in magic ETL to remove any instance of letter characters and replace it with nothing so you are left with only numbers. Then do your text to number…
-
Does your Excel column secretly have a timestamp in the data? That can sometimes have unexpected consequences.
-
There is an advanced connector that allows you to build custom reports, and it should have your custom dimensions available. You'll probably have to talk with Domo support to get access to that connector.