Hello, I have a table that has both positive and negative numbers in them (in my ETL process). What I would like to do is leave it this way, and in the visualization, allow when using a chart for the calculation to take place. Is this possible? For example:
Name | Amount
Joe | 10
Mary | -20
This is how the tabular data looks. I want, in the vizualization for the bar chart to automatically calculate it so that when I use the SUM function in the bar chart, it would show -10.
My question is, would this happen?