Data Sources
I am using Data Sources to add order information. When I use the “Orders” column for line items in that order, it adds the orders as total.
Example:
OrderID: #1234567890
#1234567890 Product1: (Order = 1)
#1234567890 Product2: (Order = 1)
#1234567890 Product3: (Order = 1)
Total orders for that one OrderID is now 3, when it needs to be 1.
How do I update the template to correct this so it does not total like this, and marks the OrderID as 1 order instead of counting all of its line items?
