Comments
-
I would want to see 1st Jan - 31st Jan, which is fine after the 14th once the january data is uploaded but before then (February 1st-14th) I want to continue showing Decembers data (1st Dec - 31st Dec) because January's data isnt available yet (It's a pain I know)
-
yes its '123' ?
-
Hi! This doesnt seem to work, is there something else wrong with the beastmode calculation? CASE WHEN `Followers` BETWEEN 0 AND 9999 THEN 'Bronze' WHEN `Followers` BETWEEN 10000 AND 99999 THEN 'Silver' WHEN `Followers` BETWEEN 100000 AND 499999 THEN 'Gold' WHEN `Followers` BETWEEN 500000 AND 1000000000 THEN 'Platinum' END