In the image above, I have a text label that is dependent on a radio. If a button is selected, a multiplication is done on a value from a collection, and then the output is sent to a text label.
After the multiplication, the number I have is 71015997100, but I need to display it like 7.101e+10
Can someone guide me on how to do this?
The desired output is: 7.101e+10 or 7.101E+10