-
Re: What are best practices for combining huge datasets in Domo?
@user02790, Super important. Can you please update your username handle so it's easier to AT_Mention you? it helps guarantee you get timely notifications... and also helps respondents get an idea of …1 -
Re: Issue with Beast Mode Calculation not displaying on the card.
@user048760 glad you got there in the end! can you pls mark this ticket as closed / answered closed?2 -
Re: Market Share (% of Total) and % Change/Trend Calculations
+1 @GrantSmith except it sounds like you need to add a partition. @Bwaalsh, sum(Sales) / sum(sum(sales)) over (partition by colors) I actually just posted a video involving window functions (https://…3 -
Re: Need Advice on Approach: Producing "... to date" comparisons when data granularity is mixed
piece of cake. You need two chunks of data. "Sales Actual by day" and "Financial allocated by day." Yes, you need to break your financial data into one row per day. Decide if you …2 -
Re: How to add month over month and year over year column to data table
I like @MarkSnodgrass recommendation! Flex Tables don't get enough love. But also in the consulting work i do, @GrantSmith's recommendation is the data model I use for situations like this. Built a t…2