Hello everyone,
I would like to request an help comparing the sum of Sales of a Customer with a specific interval this year and previous year.
I mean for example I have customer A that generate Sales for 23K in the time range 1/8 January 2023, I want to compare in a table with near columns the sum of sales, for the same customer and for the same specific time range from 2022.
I expect to see something like this:
First Column: Customer NAME
Second Column: sum of Sales from 1 to 8 January 2023 (eg: 23K) - This I can do easily
Third Column: sum of Sales from 1 to 8 January 2022 (eg: 15K)
In the Line I have a field indicating only the month number (01,02 etc…)
In my Screenshot the value on column JAN 2023 it’s the sum from 1 to 8 January 2023, but the value on column JAN 2022 it’s the sum of the entire JAN 2022 Month, I Aim to see the sum from 1 to 8 January 2022. Thank you for your help.