0

I am using ArcGIS Online.

I had created this label using Arcade because I had to customize the wind speed outcome from km/h to mph. I wanted to add "mph" to label after the wind speed value, but am not having any luck with the Text function in Arcade.

Can someone help me with this task?

$feature.WIND_SPEED / 1.6;
0

1 Answer 1

2

As commented by @Hornbydd:

Try Text($feature.WIND_SPEED / 1.6) + " mph";

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.