Comments
-
Hey @user046467, I would use something like: period_diff(date_format(`date_stage_changed`, '%Y%m'),date_format(`date_created`, '%Y%m')) This will get the number of months between two dates without having to make sure they are in the correct format to begin with. Best, Nick
-
Hey, If I were to be going through this I would first look in the ETL and run a preview to see the output of each ETL tile (depending on the amount of data you have because it only shows a preview). You could spot duplicates or something looking off and know which tile needs to be edited. I would also go to your data…