I’m trying to use the monthly cohort visualisation. I’ve created my data in the format that’s used in the example. However, I still see an empty cohort. What am I missing?
I’m attaching a part of the data set and the cohort for reference.
It was a type casting issue. The value and total columns in my cohort table were being casted into strings. I had to explicity typecast them into integers. And it started working.
Login or sign up disabled while the site is in read only mode