Hi
I want to create a column in dataverse that concatenatyes some decimal number columns. Decimal places is set to 2 on the columns i want to concatenate
if i perform concat(column1,Column2) i get a result of for example 25.000000000050.0000000000
for some reason it adds 10 decimal places anmd i don't see a Format option in calculated field
What is wrong here?