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