I have a question for those that experience with labels issues.
I have a datasets that was already prepared and pre-set .
So when you use Task or clip from the original dataset.
One of things I do was to check for labels to ensure it runs smooth...
However, I found three of the layers has the error..
Here is the example of one of the layers I came across is
Error 1 as example:
Does it mean the Expression itself does not recongize from the attributes ?
Thanks
I test 2 out of 3 layers and fixed it. It's because of the error I believe was in python code. I change it to Arcade and it seems to be working again..
Ok. The 3rd layer is fixed. The layer is PLSS BLM First Diversion and the error that had the error “Drawing Alerts".
So, I looked into the layer's label and found out that "Sections" python did not work properly.
So, I duplicate the Label class "Sections" to PB. The PB is the one that had the error.
In the Sections label, I use the expression to set "Is Not Equal" to PB
then in the PB Label class, I use the expression to set to "Is Equal" to PB
Then I went back to find the PLSS Basemap from the Living Atlas and review it...
So that is how I fixed the problem. PHEW
That is my summary.