-
Re: Dataflow Run Control - Execute on 1st of month only
Hi Craig I've seen people create a dataset solely to trigger dataflows before. They set the workbench update schedule to be the dataflow schedule they want, and then create the dataflow with onl…3 -
Re: Best practice for managing datasets and dataflows: when the resulting dataflow is "gospel"
Hi Brian It's a pivotal time for your organization at this step in your Domo maturation, so take charge of the opportunity and lay the groundwork for: data governance best practices, optimizing …3 -
Re: Custom Sorting Using a Field (Specifically Sales Funnel)
Whenever this happens to me I force-sort the values using a beast mode to override the default alphabetical sort. Do something like: CASE WHEN `stage_name` = 'Bullpen' THEN 1 WHEN `stage_na…5 -
Re: Beastmode - Duration (mins) between 2 Datetime Columns
The TIMEDIFF() function will get you the hh:mm:ss value between the two, and the TIME_TO_SEC() function will give you the number of seconds in time. Nest those two and divide by 60 seconds to get min…4 -
Re: Data Permissions - Restrict Access to Underlying Data
In the drill path you can click on the box "Prevent drilling to final data grid view". Would that help?4
