Hi everyone,
I'm working with ArcPro 2.9 and I have the following problem:
I need to show in the Legend two Columns of the Attribute table. The short form of an Animal (lets say "B" for Bird) and the full name (in this case "Bird")
This two information are inside the Attribute table. So I wrote this in Symbology -> Expression Builder ->
$feature.SHORTFORM+ '\t' + $feature.FULLNAME
This works perfectly for the Layer itself, but the tabulation does not apear in the Legend.
I tryed everything but it's not working. Maybe it will not work with this tipe of code, but maybe someone knows an answer to this problem or a workaround solution.
Thank you!!