Is it possible to use a GI as part of the data source / table in another GI.
Background:
We sell our products in an online store, we also have a customer that sells our products on their online store and we fulfill and ship these orders. This customer is also a distributer for us.
At the end of each month we report the total sales (wholesale and online store) for this customer. The issue is the Online store orders come into our system as retail orders. We currently manually combine the sales numbers at the end of each month.
I have a GI that pulls the Wholesale sales and a separate GI that pulls the online (retail) sales numbers.
Is there a way that I can use the online (retail) GI as one of the data sources (tables) in the wholesale GI, similar to a nested query in SQL, so we just have one GI to run that give us the combined sales numbers?
Thank you!