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?