Update all rows in the local db except some

Hello,

I’m trying to create a graph with values from a column in the local DB.
the column is built from a cumulative number.

Now I want to create a delete option to delete values from the list and graph, but in order to do that, I need to decrease the deleted number from all rows above the deleted row.

I’m trying to create some kind of a loop but couldn’t find a proper way to do it.
do someone knows how to create this functionality?

Thanks!

Hey @oreeldadln

I’d highly recommend taking a look at @jared’s work on charts and graphs:

Let us know whether or not that helps!