I have a shapefile with multiple float-fields. I want to calculate the minimum value of these fields. For some of the features the calculation is correct, but for some features the values are not used.
I use the AttributeCreator with the Arithmetic Editor:
@min(@Value(BOVENGRENS),@Value(ONDERGRENS),@Value(WINTERPEIL),@Value(VAST_PEIL))
This gives the following result in the field Rekenpeil:
Thank you for your replies!