So I have to create like two maps based on two separate sets of conditions based on the values in columns `park` and `forest`
Case 1: When both `park` and `forest` values are present color `light pink` (Also can I directly put the color name or HEX code here?). When either one of the values are present then color `light blue`
Arcade code goes here
Case2: When both values are NULL then color `light blue`. When either one of the values are present then color `light pink`
Arcade code goes here
I did try the return function with when and logical operators but kept on getting errors. I am still new to custom symbology with Arcade so guidance will be appreciated.
Sample Data:
Park Forest
park forest
<Null> <Null>
park forest
park forest
<Null> forest
park forest
<Null> forest
<Null> <Null>
<Null> forest
<Null> forest
<Null> <Null>
park forest