Hi - I have a few Business Analyst custom reports that I download to Stripped XLSX format and then use several macros to format the data in Excel. I noticed with the 2025 BA data (ArcPRO), custom fields are now downloaded not using the Field Name/Alias but a GUID. Up until the 2025 BA data, I had been running all my demo reports in ArcMap.
My question is will the GUIDs remain the same across different BA reports? For instance, I have several income fields as follows:
HH_INC_75KPLUS | CUSTOMED21DB7243D8465AACD4147F7AB1BCEA |
HH_INC_100KPLUS | CUSTOM9F5F075ADD724D5B97978997C2BE7FA9 |
HHINC_150KPLUS | CUSTOMB5443DFC61174CFBBE17D5308F6EE673 |
I use these same custom fields in a drivetime report, trade area report and radius report. Right now my macro is looking for the HH_INC_XXXX field name, if I change it to the respective GUID will that remain constant like my field name did - even if I add or delete a variable? I typically run a large number of stores at a time which is the reason the macro is needed to parse the demographic data by store.
Thanks for any guidance or direction that you can provide. This is new for me as I typically am used to seeing the field names so I was a bit taken aback at first when I downloaded the data.