JasonKerr Member

Comments

  • This would be a great feature to fix. Forcing an ETL for something as simple as populating NULL dates with 0 is very inefficient and frustrating to users.
  • Hi @DashboardDude, First of all, that video was very impressive, I'll definitely be checking out your content in the future! Unfortunately, I had already considered this as a solution, but the reason it doesn't work for my purposes is that the static constant in "Company A Count" that is created in the ETL is not affected…
  • @DashboardDude. I appreciate you pointing out that mistake, that was not what was in the beast mode, but just a mistake when typing it into my question. My case statement was: CASE WHEN `Interview Round` = ‘First Round’ THEN 1 WHEN `Interview Round` = ‘Second Round’ THEN SUM(CASE WHEN `Interview Round` = ‘Second Round’…