-
Re: Confused about the difference between pages, dashboards, and Domo Stories
In Domo a Dashboard is synonmous with a Page. A Card is synonymous with a chart / object on a page. Pre 2019, Pages were organized into Collections of Cards. In 2019, Domo developed a new feature cal…4 -
Re: Business in a Box Access
It's a feature switch. Talk to your CSM or email support@domo.com2 -
Re: 3+ Consecutive days
the problem with window functions in analyzer in this context is that you MUST show date on the axis in order for the lag function to work. I assume you'd only want to show rows if there were 3 conse…1 -
Re: How to convert a Beast Mode with a CASE function in it into an aggregation?
what code are you writing? SUM(CASE WHEN ... then AMOUNT END) should work fine2 -
Re: Getting a Sum of Values for X Days When There are Gaps in the Dates
@GrantSmith , but @MarkSnodgrass solution is cleaner. while buiding the universe of SKUs and Dates is an option, all that facilitates is building an (expensive) window function. a date dimension with…2