Hello Guys,
I have created a custom connecter for speed test and added to my canvas app.
When i run that speed test i want to show what's the speed percentage.
Any suggestions?
Hi @Dishen,
Could you please tell me that what do you mean by the speed percentage?
What are the numerator and denominator?
Or you have had a number with decimal point, and you want to format them into a percent number?
If so, please add a Label and set the Text as below:
Text(TextInput1.Text*100,"0%")
I have created a custom connecter for testing my internet speed. and added the same to my canvas app.
I have created a button, when i click on the button it should test my internet speed.
what i want to say is: when i click on the button, the amount of speed i should able to see in the form of percentage.
thank you