Hi support,
You can't use the concat feature right now when you would like to add percentages. You can't use Format as Text because the percentages look al wrong (see image). I would like a function percentage() to solve this. Is this possible?
Hi support,
You can't use the concat feature right now when you would like to add percentages. You can't use Format as Text because the percentages look al wrong (see image). I would like a function percentage() to solve this. Is this possible?
Hi There!
With your CONCAT, you should leave it as text, calculate the percentage and then append the % after your calculation. You can have any formula in the middle, but will need to manually calculate percent. To do this, wrap your calculation in another set of (), add * 100 and then insert a node for %. You may want to wrap NUMBERFORMAT with the number of decimal places to show as well.
- Meggan
Thanks Meggan for your respons. I found a similar solution but it feels like it should be easier.