I am working on a raster project where I am trying to create a buffer around a set of rivers, of which I have already used extract by attributes on to change the river cells to no data, leaving the area around them with a value of 1. I have been trying to use Euclidean Distance/Distance Accumulation to get the distance from those no data cells, but the result makes no sense. Somehow, the distance gradient on the map is displaying perfectly fine, while the actual value displayed in the content pane says 0 for everything, meaning I can do no actual calculations using this. Any ideas on how to fix this?