Hi everyone!
I just stuck against an unusual task...
I have a table like:
[table="width: 500, class: grid"]
[tr]
[td]Market[/td]
[td]Category[/td]
[td]Week[/td]
[td]Amount of SKU[/td]
[/tr]
[tr]
[td]US[/td]
[td]Cars[/td]
[td]5[/td]
[td]1[/td]
[/tr]
[tr]
[td]Africa[/td]
[td]Cars[/td]
[td]7[/td]
[td]3[/td]
[/tr]
[/table]
So the problem here is that I need an aggregation where:
1) SUM Amount of SKU inside every week and every market.
2) AVERAGE First step for every category.
Any ideas? I tried some "X" functions but didn't succeed yet.
I just stuck against an unusual task...
I have a table like:
[table="width: 500, class: grid"]
[tr]
[td]Market[/td]
[td]Category[/td]
[td]Week[/td]
[td]Amount of SKU[/td]
[/tr]
[tr]
[td]US[/td]
[td]Cars[/td]
[td]5[/td]
[td]1[/td]
[/tr]
[tr]
[td]Africa[/td]
[td]Cars[/td]
[td]7[/td]
[td]3[/td]
[/tr]
[/table]
So the problem here is that I need an aggregation where:
1) SUM Amount of SKU inside every week and every market.
2) AVERAGE First step for every category.
Any ideas? I tried some "X" functions but didn't succeed yet.