I’d like to add a comma to a number value that I’m displaying in a detail w/ card view.
Any easy way to add a comma to the number after it says production deficit?
Solved! Go to Solution.
Please try wrapping the number column that denotes the energy quantity with TEXT()
CONCATENATE("Production Deficit: ", TEXT([Energy Value]) ,“KWh”)
[Energy Value] is assumed to be a number type column.
Please try wrapping the number column that denotes the energy quantity with TEXT()
CONCATENATE("Production Deficit: ", TEXT([Energy Value]) ,“KWh”)
[Energy Value] is assumed to be a number type column.
Easy, thanks!
User | Count |
---|---|
25 | |
15 | |
4 | |
3 | |
3 |