Let there be a case that, there are 10 orders today. Each order contains 2 products (A+B). Now I want to count how many products are sold today, how can I get the result?Obviously the expected answer will be 20. But if I use the metric 'Order (Purchase Event)', it returns 10. And if I use the functi...