Hi there, Not sure the best place to post this. Just need a fresh set of eyes. Still new to Arcade and want to get a calculated expression going in my form in MapViewer.
Have I set this up right? I'm not getting an output.
var A = $feature.A
var B = $feature["B_B"]
var PA_EF = When(
A=='010417192124' && B == 'Pre2000s', 2.3, 22222)
return PA_EF
The first set of numbers there is a concatenated string. That's why I've put ''.
Also, this ultimately outputs into a double field. The default answer (22222), does that have to be a number or can I put 'No value'?