-
Using interactive dashboards in publication groups
Hey Dojo Members-- We are rolling out some of the interactive dashboards to our instance, and are loving them! We wanted to share them with some of our clients. We utilize publication groups in order to make sure our clients only see their data. When using the dashboard outside of the publication group, everything works…
-
Period over Period
I am trying to have multiple series in a period over period chart. Is this possible?
-
How to create a Dual Axis on a Horizontal Bar Chart?
Hi all, I'm trying to create a Grouped Horizontal Bar chart, but one metric is in units while the other is a MoM % calculation. So the primary axis is based on a unit scale and the secondary bar chart is too small to see anything because it is on a % scale. So I'm wondering can you create a secondary X axis to display the…
-
How to compare two series that are offset by 2 weeks?
I have some data that is offset in time by 2 weeks from another set of data that I want to compare it to. If I graph them together you can see the relationship, but I'd like to shift one of them by 2 weeks to make them align in the graph. Is this possible? An example might help to make more sense: We set the price of…
-
beast mode for last 15 days associated with page filter on Date
hello, I want to create a beast mode to calculate the downloads for the last 15 days when a user selected a Date from page filter, my current one is based on today's date. How to set up my beast mode? Thank you. Olivia SUM ( CASE WHEN `Date`> (CURDATE()-15) THEN `Download` END)
-
Grand Total shows incorrect aggregation
In the above image, third column is the beast mode which is count(distinct emailname) aggregation. I am getting correct number of unique email counts in row-wise but when it is aggregated for 'Grand Total' it showing different number. I don't why I am getting 1,781,128 counts instead of original total 1,876,229 counts .
-
How can I add a unique row number for every row in a Card (table)?
I am building a card that will have multiple rows. For this example, the card will have 100 rows. I would like to add a column that has a 'counter' 1-100 for each row. What is the best way to add this to the card? Thanks, Matt
-
Card: Stacked Bar and Line with single series line and multi series stack.
Hi Domors. Firstly, my DS is structured as follows: Date: Type: Actual: Months Total Forecast: 2017/1 offline 1000 1200 2017/2 email 100 500 2017/2 refferal 500 500 .... and so on. I have a series of Type defined which is added to the chart along with date and the sum of Actual. Note, the Months Total Forecast is the…
-
Is it possible for the Quick Filters from the opening page of a card to apply to the drill downs?
Hello, I built several cards with Quick Filters. I'm fairly certain that when I first started using QF's, the selections from the opening page of the card were also applied to the drill downs. Now that's not happening. Is there a way to have the QF's from the opening page remain in effect within the drill downs? Thanks!
-
Quadrant Chart
Is it possible to build a scatter chart that shows 4 color coded quadrants (top right quadrant is green, bottom left quadrant is red etc)? Looking to create something similar to the attached chart.
-
Is it possible to create a filter that accepts arbitrary text?
I have a few stakeholders who would like to be able to search our history of Customer Service cases for specific keywords like "Travis" or "Salesforce" or whatever the given flavor of a sales cycle is. I can easily create cards that use beastmode case statements to find subject lines that contain any given word.... But I…
-
Gantt chart Target Date
I'm using the gantt chart, and I have values for a start and end date. I want to add a third field for a target date, and indicate that with some sort of marker - triange, circle, etc. Any suggestions?
-
Cannot Change "Hint" Values on Cards
I am trying to edit the value that shows up when I hover over an item in the legend of a card (first screenshot below). The value that shows when I hover over the Series Name in the Legend is defaulted to "[X-Axis Value] : [Y-Axis Value]". It appears that this is being driven by the "Hints" option under Chart…
-
Creating a flow diagram
Hello, I have a challenge on hand. I need to create multiple single value cards which are diagramatically interconnected via Arrows to represent counts at different level . say count of customers at the Store entrance, some specific counters, Exit door at any given time. how to Achieve this in DOMO? any idea or tip is…
-
Running Total by Year
Hello, I am trying to create a running total graph that resets every year year. So from January to December will be a running total but when the new year starts, it resets. Thanks
-
what are different filetypes are supported to upload
-
Interactive filters
Hi, Any updates on the Interactive Page Filters(read that it is still in Beta). Also on the Usage of Slicers which filters on all/selective cards of the Collection/Page. Regards, Rohil
-
Is there a way to hide the author in a card
Is there a way to hide the author and comment links at the bottom of each card? In addition, it would be nice to be able to hide the "shared with" information at the top of each card. This is where the avatar's appear of each person the card or page is shared with. It would be nice to have control over these features…
-
Is it possible to move a collection in the same manner as cards?
We are redesigning some of our layouts and want to be able to move entire collections to new pages/subpages. We have not seen the ability to move a collection like you can move a card. (Go to the wrench, select move/copy, then select the page you want to move the collection and all cards within that collection). That would…
-
how can i add my country currency to domo
What is the way of adding my country currency to domo?
-
Conversion Bar Chart by Channel Grouping
Hi Everyone, I am on a free trial with Domo and am still learning my way around. I really think Domo will be great for our agency, but I need help making a couple charts if anyone is so kind to help! Here is what I want to create in Domo when connecting to Google Analytics: Here's what I need: to see Total Conversions by…
-
parallel drill down
Is there a way to allow user to do a parallel drill down? Current drill down path is not interexchangable. For example, I wanted to show email open_rate and click_through rate trend in drill down. But I can only get open_rate chart first, then go to click-through rate chart based on the selection from open_rate chart…
-
Can we make two colors in a single line chart
I'm creating a card using a multi-line chart and one of the requirement is I need to change the color for all the previous months indicating that these month were already actual. For example: Oct, Nov and Dec must be put green colors then Jan onwards will stay orange color.
-
Summary Number Based on Filtered Date?
Can I have the Summary number display the Sum of my data based on only the data showing from the filtered date range?
-
Month by Month view with Year Total
Is there a way to do a month by month graph with year total. What i would like to see is something like revenue in the value, then Oct 18, Nov 18, Dec 18, 18 Year Total, Jan 19, Feb 19 and so on.
-
How to get long category labels to display?
So, this seems like it ought to be easy, but after trying a lot of different max label length settings, allowing overlap, attempting to use the snapshot utility, etc. I am at a point where I'm just frustrated at not being able to do much to control how much of a category label on an axis will display - screenshot included…
-
How to drill down with 2 datasets
I wanted to create a drill down in a card. The main chart and drill down chart using 2 different datasets, but both have a field called id. From main chart (a table chart with id in the table), user click the id and drill down to another chart. But nothing come out. Did I miss something? Thank you. Olivia
-
page filter for more than one datasets and hide the dataset
Hello, I have a couple of scenarios for the page filters, not sure how to do it: 1. Is it possible to hide the dataset, so users will only see the fileds that they can filter out? 2. Is it possible to set up more than 1 datasets and show them at the same time: I created a page using several datasets, and they have…
-
Remove Report is too big for your inbox message
I need to share a Dashboard to my management via email. While testing, the email received is truncated and currently returns with "Report is too big for your Inbox." Outside of removing cards from the dashboard to make the report smaller, is there a way to disable this feature and include all cards to the email?
-
Convert a Web Domain into a Image in a Table
Hi, I'm trying to recover information about some domains in a table, but I'd like to know if there's some tool that I could connect to the Domo dataset so I could be able to conver the Web Domain into an Web Image from the website (for instance its icon). Does anyone have done something similar? Kind regards.