When pulling a number in formula it gets rid of the decimal place - HELP

Hi,

Let me try and explain this a bit more.

So I am pulling a Version number list from a master DATA Table. looks something like this 1.0, 1.1, 1.2 etc

When i pull this in via a formula like below.

[Project Name] + “.” + Version

when the number is 1.0 the formula seems to round the number and get rid of my decimal place. Which i want to keep for my name conventions. when the number has 1.1 or any other decimal place it keeps the number whole.

How would i get around this?

Cheers in advance.

Daniel

ok I figured it out.

had to use Concatenate()

cheers

2 Likes