jmo Domo Employee

  • Re: Freezing Groups of customers to compare as time goes on?

    You need to make sure you have all of the data necesary to analyze customer status over time. You'll have to make sure to have one row for each customer and calendar month. For each combination, you …
  • Re: Nest CASE Function in Beast Mode?

    You have a few syntax errors in the example below. The biggest issue is that you don't need to repeat the "case" portion of the case statement. It should look like this: CASE WHEN `Car` = '…
  • Re: Regression Analysis on Bar Chart

    The "Last Value Projection" feature only covers the current period. The current period is defined using the time-grain selector at the top of the card. You can get a forecast out for this m…
  • Re: Forcing X-axis to populate missing dates

    @Jacob This should work out of the box. What chart type are you using? On the line and bar charts there is a feature called "Time Scale" which makes sure that zeros are populated whenever d…
  • Re: EmployeeID

    You shouldn't need one publication group for every employee. You would need one publication group for each group of employees. I have a page I share internally with our sales people and a few other g…