I have created a join of Project + % allocation columns below to display as a helpful string in a timeline view.
However the join displays the % allocation as a decimal ie 0.4 rather than 40% which I would prefer.
% allocation column is formatted as a %.
The formula I'm using is =JOIN(Project@row:[% allocation]@row, " - ")
Is there an easy way to change/modify the join formula to support this?