I’ve been skimming the forum trying to find out whether it’s possible to change the format of an integer/number pulled from my database once a condition is met. For example, I want to format and display “10000” as “10k” however when below “10000”, it displays as normal (i.e. “9999” and not “9.9k). This is so that the text does not get cut off when records exceeding 4 digits (10000 counts) are displayed correctly