-
What does the orange exclamation point mean in the corner of a dataset icon
Looking at datasets in the data section... sometimes a dataset has an orange exclamation point at the top in the corner of the icon for the dataset (see attached picture). when you hover/click on it... nothing happens. What does this mean? thanks, Jeff H.
-
Card Directory? - How to get data out about cards/pages
We have a handful of "primary" pages that we use for our sales field. Those pages each have a pretty large number of cards. Is there a way to pull out "domo stats" data about pages/cards?... I was hoping I could get data about pages... then have a seperate dataset with card data that ties the cards to pages. The idea being…
-
Finding "earliest" date when one of them might be NULL
I have a dataset with a key field (loan number) and a series of dates. Within the ETL, I have to calculate several "Earliest Of" dates. So if the dataset has the following fields: Loan Number Date A Date B Date C Date D Date E I might need to create a new field called "Earliest of Date A and B". I am able to use the…
-
How to create a date page filter
I have what feels like a very straightforward scenario... but I can't seem to make it work. on a page, I have three table cards. Each of the cards used "Registration_Date" as date in the date drop-down. So in each individual card, you can use the date drop-down to view prior quarter, prior year, etc. I would like to setup…
-
Best way to return earliest of multiple date fields in Magic ETL
I have a dataset that has five dates... I want to add a new column that contains the earliest of those five dates. That is easy to do in a MySQL data flow... but I can't figure it out in Magic ETL (I'm just starting to use Magic ETL more as our dataset sizes are growing and Magic ETL seems to be "faster"). Any help would…
-
Release Update PopUps... users can't close them based on their browser zoom
With the latest release pop-up that came out today (at least it did in our instance)... we are running into a kind of funny, but ultimately annoying issue. For whatever reason, the popup seems bigger this time than it normally is. The issue we are running into is that when our users launch domo, their browser zoom is set…
-
Display a dashboard on a public monitor
In our headquarters building... we have a few large monitors around the building that display various things (videos, some reporting/performance numbers, etc.). We are exploring the idea of displaying a domo dashboard on one of these monitors. We setup a "report screen" user in domo... and logged in and opened up the…
-
"best" way to find out which field name changed to break card...
When the name of a field changes on the underlying dataset and "Breaks" the card... it just gives you the orange box indicating that a field is missing... but doesn't tell you which one. Has anyone figured out a "good" way to identify which field is the problem field? thanks, Jeff
-
Prevent table card from truncating columns on mobile platform?
Is there a way I can prevent a table card from "shrinking" the columns when you view the card on the mobile device? I would rather it leave all the columns expanded... and you just have to scroll further to see the entire card. That way, the users can actually read the column headers.
-
Using date dropdown to manipulate a card that aggregates using two different dates
case study: I want to create a card that for a given date range, it returns the number of orders taken and the number of orders completed. The dataset has one record per order, and there is a "order taken" date field and a "order completed" field. I could use SQL to create a dataflow that that creates one record per month…