Comments
-
In workbench on the dataset's Schema menu you can rename the source columns in the "Destination Column". By default the destination column values are from the source values, but Domo lets you change them. For example, from "emp_id" to "Employee ID". What you won't be able to do is have the source values come in to Domo and…
-
Nope, that color isn't one of the regular series values and Domo doesn't give us the option to change the group color specifically.
-
"Custom Apps do not currently support viewing in an external slide show" https://developer.domo.com/docs/design-studio/known-limitations-with-custom-apps I'm not sure if Dev Studio (coded) apps work in slide shows, but Design Studio (Illustrator) apps currently do not. We found this out the hard way a couple weeks ago.
-
Domo does probably compile a query like that to get the datagrid for a card, but they haven't exposed that functionality as a public feature. That would be a neat idea, though; certainly something I'd upvote if you put it up on the Ideas Exchange.
-
You'd like this card to be a exception to the page filter? The page analyzer will filter either all cards with the `Year` column, regardless of dataset, or only the cards on the dataset chosen in the filter. There is no mechanism in place to opt specific cards in or out of page filters, or to pick from a list of datasets…
-
I had suggested using a VPN as well, but @DaisyH you might also try a different app store like Baidu. I don't know if Domo is on those other stores, but it's worth checking out. And @DaniBoy, if not, this is probably a systemic problem Domo will need to address as it expands internationally.
-
Any time you put a date datatype on the x-axis Domo is going to assume you're implying a calendar view, so if the date grain is daily, you'll see a year, quarter, month, or week's worth of daily data. So on the X-axis you'll need to put a category down that's not a date datatype. You could use the NAME on the X-Axis and…
-
There isn't a solution like that that I'm aware of, but there are alternatives. here are some thoughts. Have you tried the running total line card? Or you can try a Running Total Grouped Bar to do a similar thing. This way you can overlay months in the same view. Either way you'd probably have to take the date off the X…
-
@rado98 is right, Domo support and consultants have an email push method that receives emailed files. What they do is create a unique email address attached to your intended datasource, and that email becomes a recipient for the XLS attachments. Whenever emails with attachments are sent to that email address, Domo picks up…
-
By offline do you mean something like a cloud storage service, not your company's internal network? If that's the case, Box.com and dropbox.com have worked for me. Domo uses box.com pretty heavily internally as well. OneDrive is an option also, which my company Merit uses. For simple storage and retrieval, any of these…
-
The series values interact with the raw data but not the time picker, meaning the series years don't really care what you choose for this year. They're just going to be absolute values, not relative. One way I've gotten around this is to bring the data into a dataflow and join it back on itself, adjusted for one year. The…
-
That button may be Domo's way of taking you through the dashboard building process, which can be easiest through the app store, but often only if you have standardized datasets. If that's not you, no worries, just approach it one dataset, app, or card at a time, as the the version you're using allows.
-
I haven't seen this before; is it part of the free version? How did you get to it?
-
There are a couple of ways to do this. You can start with new "page", a canvas of sorts, and create cards one-by-one, based on data you've already loaded or want to load at the same time. This is the most common way to build a view for your business. Alternatively, if you have a datasource which has pretty standardized…
-
Unfortunately the scale isn't responsive like that, but you can try to use a log scale in the chart properties (Value Scale Y) and see if that helps. That seems to work for me in most cases like this.
-
I think it's called "Series on Left Scale" now, but the same applies. Enter a 2 there to show your first two series as lines.
-
There are two or three ways you can accomplish that. * Have two cards on the page, side-by-side. In full card view you'd still only see one card and have to advance to the next, so it's basically the same as the toggle, but on the page view you'd see them simultaneously * Create an app using the Adobe Illustrator design…
-
Start by navigating to your Overview page. Over time you'll have more pages but at your stage this is a good place to start. Click on Add Card then Design: This next pop up is where you decide what source your new card will come from. Most of the time you'll pick Existing Data (something you've loaded to Domo before and…
-
Good question. I've wondered how the two methods interact but never asked. I figured both would apply, as in the strictest possible combination. Following for any responses.
-
It won't be available with the first release, but you can put the idea up on the Ideas Exchange here and request that future capability.
-
If both cards are on the same page and you use the page analyzer to add filters, then yes, filters will apply to both cards. But you wouldn't be able to, for example, add or edit filters to a single card on the card builder and then have them automatically get added to other cards, unless your filter was a beast mode which…
-
If you're trying to signal performance thresholds, the only thing you can really do on a bar chart specifically is add a goal line to the Y Axis. Other cards may work in this situation, too. Conditionally formatted Sumo cards. Face or radial guages with assigned ranges. Bullet bars with target ranges. Table cards with HTML…
-
To my knowledge there is unfortunately no way with PDP to impersonate someone, but we've wanted the same thing for the same reason. You can click on the eye icon on the policy to see how many of the original dataset rows are left. With publication groups you can view a page as someone else clicking on a similar eye icon on…
-
There is an overflowing amount of help available for you, Scott. Free stuff online codecademy.com asktom.oracle.com Paid stuff online udemy.com lynda.com pluralsight.com (though this might be free) Books https://www.amazon.com/Best-Sellers-Books-SQL/zgbs/books/3804 Number two on this list by Ben Forta is what Domo provides…
-
Here is another test message in this thread. To respond to your prior PM about it.
-
I can see that any time I have a line break my posts won't go up. So posts end up being blocks of text for me. Not the easiest to read.
-
Me, too. I flip the body text to HTML and then remove whatever markup is there. Usually it's just paragraph tags, so I'm not sure what's up.
-
Unless your summary number is somehow independent of the other metrics in the card, this sounds like a bug and should be reported to Support.
-
You probably just need to drop the backticks. Even though Beast Mode uses them they aren't necessary in WB transforms.
-
Some thoughts here. You can definitely create procedures in MySQL in Domo. They've done some amazing things with procs. I think maybe your code is inserting into an input table, which I'm not sure Domo will allow, but you vould try creating a temp table to do the same thing and then read from that completed temp table.…