Hey Guys,
I have been doing some spatial analysis in arcgis, and I have made a model, one of the issues that I am facing is that I have a set of points on which I am doing a clustering and since I want to maintain the original id, using Add Join geoprocessing tool to join the clustering output back to the original table. After that I am doing a spatial join of another feature class(Lets call it feature class A) with clustered points(Feature class B ) to get the features in the vicinity, and finally filtering out that these two features should be within a day of each other. My issue is sometimes the spatial join is generating an output and other times leaving all the features from feature class B empty in the final join table, any possible solutions would be appreciated.