Comments
-
We have the same issue. Would love to see this resolved... Thanks, Kay
-
Hi there, wow. this is a lot of beast mode for what I hope will be a short function call someday I did something similar - and used a part of your code - THANKS - because I want abbreviations only past >9999: (CASE WHEN SUM(YOUR_FIELD) > 999999 THEN CONCAT (ROUND(SUM(YOUR_FIELD)/1000000), 'M') WHEN SUM(YOUR_FIELD) > 9999…