I have a huge feature table with several hundreds of miles records of GPS positions.
Every feature has X,Y, device number, and driver name.
Id is a small integer, while the driver name is quite large text.
The more logical approximation is to store id in the main feature layer and the names in a related table.
I don't find a good way to do it. I try to do it making a relate on arcgispro and uploading it to arcgisonline, but I need the name being available to make a filter into a experienced builder filter widget and this way is not available.
Could you help me with any idea.
Thanks!