I seem to be drawing a blank on this problem, even though in my head it seems easy. Could be the cold I'm battling...
So I have two tables that I'm pulling data from:
orders
ord_list
"orders" is a header file that lists all the header data. "ord_list" is a details file and lists all details for the orders table.
We have orders that have a valued added service to them that's not listed in the header file, but part of the ord_list file. For instance, you could order order style "A" and ask for the Value Added Service(VAS) and style "B" would appear as the value added service. It is not mandatory that you get the VAS.
Each order has a different agreement on when it is needed to ship. If an order does not have a VAS line item, the agreement is one day, if it does, the agreement is two days.
I've written a formula that will flag the order line if the VAS style is on the order.
When I've grouped this, I've grouped this by a bill to formula that looks at if an order has a VAS style and adds "VAS" in front of the customer name or if it does not, it just lists the customer name. Then the order number is grouped after that.
What's happening is it's breaking the order into two parts. The VAS style will be under the group VAS Customer Name but the rest of the order will be under just the customer name.
I need to summarize this by Customer Name so I can't have an order breaking between the two.
Any ideas?
Thanks in advance.
So I have two tables that I'm pulling data from:
orders
ord_list
"orders" is a header file that lists all the header data. "ord_list" is a details file and lists all details for the orders table.
We have orders that have a valued added service to them that's not listed in the header file, but part of the ord_list file. For instance, you could order order style "A" and ask for the Value Added Service(VAS) and style "B" would appear as the value added service. It is not mandatory that you get the VAS.
Each order has a different agreement on when it is needed to ship. If an order does not have a VAS line item, the agreement is one day, if it does, the agreement is two days.
I've written a formula that will flag the order line if the VAS style is on the order.
When I've grouped this, I've grouped this by a bill to formula that looks at if an order has a VAS style and adds "VAS" in front of the customer name or if it does not, it just lists the customer name. Then the order number is grouped after that.
What's happening is it's breaking the order into two parts. The VAS style will be under the group VAS Customer Name but the rest of the order will be under just the customer name.
I need to summarize this by Customer Name so I can't have an order breaking between the two.
Any ideas?
Thanks in advance.