Hi everyone.
I have a view that pulls company IDs along with the value of each order placed year to date, sorted by Company ID. So the result of the query gives multiple lines for each company, each line giving a sales value for that order
I need to add a column that displays the total of all the order values for each unique company ID.
How can I achieve this?