Hi,
I am trying to format a number to percentage but could not find the options.
I could only find this one.
Solved! Go to Solution.
The error message implies that u are passing string while it expects int or number can u try converting to float before applying format.
Like @Mira_Ghaly has mentioned, stick your string into the function float() via the expression builder.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Cheers,
Damien
P.S. take a look at my new blog here
You could try 0.00% as follows:
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Cheers,
Damien
P.S. take a look at my new blog here
I made these changes
When I run a test, these are the errors:
The error message implies that u are passing string while it expects int or number can u try converting to float before applying format.
Like @Mira_Ghaly has mentioned, stick your string into the function float() via the expression builder.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Cheers,
Damien
P.S. take a look at my new blog here
@DamoBird365 and @Mira_Ghaly - You both are awesome! Thank you for helping out a Newbie. 🙂
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
At the monthly call, connect with other leaders and find out how community makes your experience even better.
User | Count |
---|---|
22 | |
21 | |
9 | |
7 | |
7 |
User | Count |
---|---|
33 | |
31 | |
24 | |
22 | |
11 |