I am attempting to create a select one question based on the x,y location of the geopoint. Preferably I wanted to have all assets within a 50m radius of the surveyor's location appear in the drop down. It does not appear that you can use greater than or less than within the choice filter. So, I have modified the process to use x and y locations rounded to the nearest 100. This is working as expected on a subset of data in the choices tab. However, it is not working at all with the external_choices tab. I have tried forcing the attributes to integers int() which did not help. I've attached an example for reference.