I know how to filter out negative numbers using flux ‘filter(fn: (r) => r[“_value”] >= 0)’.
But what if I would like to replace them with null values? How can I replace negative numbers with null values so that graph would be interrupted in case the values are negative?