Hi All,
I have a unique requirement, where I have to combine 2 different set of table for a user Output
Table 1

Table 2

The Output Requirement is
-- if the user select process - PR01 and PR02
the output should be

But at the same point of time Price and Quantity should aggregate on Group account level as well without Process level.
Any suggestion are welcome, I can design this using input parameter, but I am really looking for the correct way of achieving it.
I did tried combining these two table together and setting up Process level flag as True, but it didn't helped
Regards,
Abhi