Hi,
When I used the query to find the difference between the first and last values, I got a negative value (-14), but the correct value is 14. To fix this, I added the math.abs()
function to the query. However, when I ran this updated query (attached above), I encountered an error. Could you please provide a solution for this?