Forum Discussion
mrhooki
Dec 19, 2019Copper Contributor
Power Apps displaying multiple decimal places for calculated column with 0
I have developed a Power App for a SharePoint list. All numbers in calculated columns are displayed in Power Apps with 14 decimal places, even though all calculated columns and columns in calculation...
Jan 01, 2020
Could try to wrap it in a value() function, if that doesn't work can round() it on top of that. Can use Text(column,#) etc. one of those ways should do it.
mrhooki
Jan 23, 2020Copper Contributor
ChrisWebbTechthanks, I'll probably have to leave this for now, as my competence within the programming area is somewhat limited (would not know how to apply this and where).