Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I would like to make the following calculation:
the sum of sales/ sum of sales by contract and calculate it monthly.
thank you
May be this?
Sum(Sales) / Sum(TOTAL <Contract, Month> Sales)
Hi Pablo,
I'm not getting what calculation you want.
Sum of sales/ sum of sales means?
Thanks.
Please let me know if the attached file meets your requirements.
(The 'Test' table)
May be this?
Sum(Sales) / Sum(TOTAL <Contract, Month> Sales)
Hello,
This will do:
sum(Sales)/sum(TOTAL <Contract>Sales)
thank you both of you!! it works with the two options.
Hi Pablo
Try:
Sum(Sales)/Sum(TOTAL <Date, Product> Sales)
Date | 201701 | 201702 | |||
---|---|---|---|---|---|
Product | Contract | NO | Yes | NO | Yes |
1 | 88% | 12% | 70% | 30% | |
2 | 26% | 74% | 41% | 59% |
cheers
Andrew
please mark as current to close this thread.
Hi Pablo,
I think right ans is:
Sum(Sales) / Sum(TOTAL <Contract> Sales)
Thanks,
Arvind Patil