-
Re: Fusion, how many rows is too many?
you have to be careful if you're adding new data every 15 minutes. When you add new data, Domo has to reindex the data in Adrenaline. If Adrenaline re-indexes the Fusions, I'm pretty confident it cle…1 -
Re: Domo CLI - create-dataset produces "error status 500"
hmm... update your version of the CLI? Beast Mode Manager does have a bulk update feature.1 -
Re: Beast mode calculation based on Time range
You can't do it in Domo with beast modes with the data model that you have without listing out each user in your card. What you can do is create an ETL (or data view if you have the beta) and add a w…1 -
Re: Is it possible to get the list of users / groups a dataset is shared with?
there is a Domo Governance Dataset calld PDP, but that's probably not what you had in mind. AFIK there is no way to report with 100% certainty what you're asking for, other than to look at which card…1 -
Re: Beast Mode % of the total in Chart
Sorry @GrantSmith ? i know you're gunning for that belt ? SUM(CASE WHEN `Country` LIKE '%In' THEN `Value` ELSE 0 END)/SUM(CASE WHEN `Country` LIKE '%In' THEN `Value` ELSE 0 END) OVER () to get to wor…1