Comments
-
I think Domo is reading your numeric fields as String. Unfortunately, if you're uploading an excel file directly into Domo (without using Workbench) you can't control the field types. I recommend using Workbench to upload data into Domo as it gives you lot more control over your data (you can set the data type for each…
-
You have multiple options to do this. You can have a simple bar + line chart. You can do a stacked bar + line as well as grouped bars + Line. The stacked bars can show actual values or % breakdown(i.e. region/channel breakdown by %). You can also add multiple lines on each of these charts.
-
Domo has a set of canned charts/datasets they can enable in your instance that has lot of user activity measures. You have to contact support and ask them to enable it for you.
-
Also, make sure there are no duplicate field names in the worksheet you're loading
-
Unfortunately, no. What I've done to speed up this process is create a template powerpoint slide with our company header and footer and color scheme. Then i export the slides from Domo and just copy & paste the just the chart and the titles from the exported Powerpoint to my template.
-
have you tried using a different browser, just to rule out browser compatibility? Can you provide a screenshot of what you're getting?
-
If your primary tab is locked, go to Admin > Company Settings > Company Page Settings. Click on the arrow next ot the primary tab name to see the sub pages. Then drag and drop the sub pages in the order you want them in. If your Primary tab is not locked, then click on the Manage Pages icon on the primary tabs bar(very…
-
If you know how to construct the salesforce URL for each record, then i would just include the URL in the datasource. since you want let the user drill all the way down to the data, then the URL has to be stored as one of the fields in your dataset for it to show up in the drill through.
-
The Analyzer shows all the fields in your dataset and I don't think there's any way to filter out what the end user sees.
-
You have two options. 1. If you're using workbench to load your data into Domo, you can also add the plan data at the end of your existing dataset as new fields. I would add them at the end not to mess with the column order of the existing fields. 2. Or you can add the plan data as a separate datasource. Then use dataflows…
-
1. you have to add the users one by one. there is no batch add feature. 2. There's no way to do this out of the box. However, if you contact support, they can add a new page with some metrics around your users.
-
no you can't shift it with the out of the box functionality. You would have to load it in as part of your dataset or build a beast mode but you will lose the time grain functionality if you build a customer date field.
-
you would use a case statement and it would look something like this CASE when `var 1`= 'A' and `var2` + `var3` > 0 THEN 'YES' When `var1` = 'A' and `var4` = 'No' then 'No' else '' end
-
If your Customer Number field is a string, you may need to change the Else statement to '' from 0. If you still get an error, try the following COUNT(DISTINCT CASE when DAYOFYEAR(`Date`) < DAYOFYEAR(CURRENT_DATE()) then `Customer Number` else '' end)
-
As far as conditional formatting, you can only do that on Sumo table cards. However, I think for this scenario you can either include a 'SortOrder' column in your dataset or create a beast mode column to do the same and sort your chart by that SortOrder column to keep the series order the same and assign the colors you…
-
you'll have to create a Beast mode field with something like this: CONCAT(`TopicName`, ': ', '<a href="', `Link`, '" target="_blank">', `Link`, '</a>') `TopicName` is the field that has your topic names and `Link` would be the field in your dataset that has the URLs. One thing to keep in mind is that your URLs must start…
-
I see it in our instance for a 'Single Bar' chart type.
-
When you Edit the card, on the bottom left side where the columns are listed, you can click on the little square icon in front of each field name and re-arrange the fields by dragging them up or down.
-
How about the sort order, do you have the 'Last' option selected(as in screenshot below)? How about the sort order in the
-
in the summary number properties(your first screenshot), change to the 'User Current Value' selection. You currently have it set to 'Use all values'.
-
@swyatt if he uses 'Business Date' in the Date range and 'Week Ending date' on the x-axis, he would have to set the group by to 'None' in the time grain up top in order for the date format not to change along the x-axis to the 'Week #, yyyy' format. However, when you set the group by to 'None', it ends up taking away the…
-
Once you change the time grain on the top to group by week, it automatically converts back to the 'Week-## yyyy' format. You will have to add the week start/end date to your dataset to be able to show it in a more friendly format. However, just as a heads up, when you do this, when your users change the time grain to…
-
in the Best Mode interface, make sure you have the "Apply to Summary" check box checked for each Beast Mode field.
-
There's no way to have the labels show up in different places or change there background color. This might be a good idea to submit as a product improvement through here.