-
Re: Importing Large Data Set from Mongo DB
@bdx it's interesting thaat Domo is choking on 100k rows. I wonder if that's a MongoDB limitation. Domo can ingest multi M row datasets at a time so it's not likely to be a domo infrastructure proble…1 -
Re: Using Beast Mode, how can I use the last value when a value equals zero?
This is a mind bender, but a little more bullet proof that @GrantSmith 's approach. His approach works as long as you never have more than a 6 day gap in data. But if you did you'd return the wrong r…1 -
Re: Quarter Filter On a dashboard
@mlanterma 1) yes, you can upload your date dimension as a spreadsheet and then add it to your dataflows. 2) you can generate one in MySQL with the columns you need (this is what I implement for clie…1 -
Re: How Domo calculate the average of a column
@sky00221155 the NULL handling on aggregate functions (like AVG) is the same as in Excel. If the column contains a NULL, it will not impact the numerator or denominator while calculating average. If,…2 -
Re: Anyone using Data Set Views?
FWIW AFAIK the PDP polices are inherited at the Dataset Level (not the DSV). Course that opens interesting questions when a view combines data from multiple datasets or PDP enabled columns ... would …1