Hello,
I need to create a chart with several lines based on the table, but some series are calculated based on several columns, something like my series = column_1 + column_2 - column_3.
So, the question is, do you see a better way to do that? The only way I see is to create a view, but is it the best?