Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I have a below table.
My requirement is to have a column where it calculates %share of each week for monthly revenue
eg for W1 what is %contribution for revenue for Jan. etc
Thanks.
Hi,
Depending on exactly how your fields are set up, something like;
sum(Revenue)/sum(Total <Monthtest, Yeartest> Revenue)
Cheers,
Chris.