How can I edit a single item of a linechart? I have a linechart with different results (logically) and I want to have a different calculation for each item/result. For example there is a line that has a y-value of 200. How can I make the 200 * 2? At the same time I want a different calculation for another y-value. For example Y(300) * 4. How can I achieve that? I have made an extra column but with that the calculation is made on every y-value.
AddColumns(colAverage, "test solved", Solved/7