Hi,
I have an external model that produces variable year data, which I then join to a feature class. I want to produce a map where the label automatically updates with the correct year.
For example, my external model produces data.csv. Data.csv is joined to the feature class. But with static labels, I have to manually create a label that says whether the data is 2020 or 2040 forecast data.
But I can easily have my model also create a "label.csv" file which will contain a single entry of either "2020 scenario" or "2040 scenario" but I don't know how to pull that text into a text field on my map.
Any suggestions?
I have an external model that produces variable year data, which I then join to a feature class. I want to produce a map where the label automatically updates with the correct year.
For example, my external model produces data.csv. Data.csv is joined to the feature class. But with static labels, I have to manually create a label that says whether the data is 2020 or 2040 forecast data.
But I can easily have my model also create a "label.csv" file which will contain a single entry of either "2020 scenario" or "2040 scenario" but I don't know how to pull that text into a text field on my map.
Any suggestions?