-
Re: Connector & DataSet Issue
Kev, Here's the official Domo KB. https://knowledge.domo.com/Prepare/DataFlow_Tips_and_Tricks/Creating_a_Recursive%2F%2FSnapshot_ETL_DataFlow Start with that. The notes I've added guarantee that you …1 -
Re: Return Capitalized (UPPER or CamelCase) Characters in Column Names from Redshift DataFlow
The Domo DataViews just went into beta, this would be the best/easiest way to create a VIEW of the data that renames columns without having to run it into an ETL. talk to your CSM if you're not alrea…1 -
Re: Cumulative Count by Month
@GrantSmith wrote:If you have window functions enabled in your instance you could do this via a windowed function in a Beast Mode instead of a running total card: SUM(SUM(1)) OVER (ORDER BY `Date`) A…1 -
Re: Is there a way in Domo to plot date and time against a *fixed and gapless* x-axis?
Sorry. AFAIK there is no way to force Domo to fill in blank rows. But think about it. Visualizations only work based on data the know about. Conceptually we know that we're talking about 'hours in a …1 -
Re: Mimic VLOOKUP based on Date Ranges
Youtube Tutorial: https://youtu.be/s57DSVmGwQQ I think I understand what you're looking for, but to find an equivalent, I think I would try to frame the question in simple English in terms of definin…1