Hello,
I have a map with an extent indicator and a frame to show an area at a larger scale. Is there a way to hide the labels only for the points that are within the extent indicator?
One idea is to create a new attribute in the layer called Extent_Indicator. Then calculate it 'yes' or 'no'. From there use Definition Query on the layer to only draw those points that have a value of 'yes'. Then label those items.
I don't want to hide the points, but only the labels of the specific points. An idea very close to yours is to hide some labels with Arcade (No/Yes).
True - you could use the Labeling tab->Label Class group and create an expression for a label class where 'inset = 'yes' or something similar.