Sliders with % values

Hi, How do I show a slider with % values. I've currently set up with a min and max of -0.05 and 0.05 but I would like it to show as -5% and 5%. Is this possible?

image

Sorry if this is a simple fix, I'm just starting out with Retool.

Thanks Tom

I don't think you can use a percentage directly in the fields but you could gather that data, let's say 20/100 and then calculate using a js query or simply use a text field to display percentage....


might need a little tweaking...
or use a progress circle

Thanks for the quick and useful response. I think the text field will be a suitable option for my situation.

Thanks