-
Re: Trailing zeros in Metrics
I tried 2 solutions: toNumber(format("%.1f", Double_Number)) (round([my_column]*10))/10 I also tried these 2: toString(format("%.1f",[my_column])) concat(toString(format("%.1…2 · -
Re: Trailing zeros in Metrics
Many thanks for your responses @tgb417 @Turribeach . They are all workable solutions.1 ·