- Joined
- Oct 26, 2020
- Messages
- 93
Hi there
Maybe there is an easier way by doing the following step by step:
I have a given AnalyticObject Table like this:

This AO contains some columns with Numbers (Auftragsnummer Strom, Gas, Wasser, Wasser öffentlich), representing ERP Order Numbers (in our case kVASY,)
What I want to do now is:
For each AO row shown above I'd like to search the ERP Table "Auftraege" with those given Numbers to sum up booked costs onto those Order Numbers . As you can see, not every row has all columns filled, so sometimes it would be necessary to aggragate a single Ordernumber, sometimes I would have to to this up to 4 times.
I know, that I may build a construct with a single Join onto "Auftragsnummer Strom", which results in another AO Object. Using the new AO, create a new Join with Auftragsnummer GAS, and so on.
Is there any possibility to do something like this more dynamic?
thanks in advance for your time
Maybe there is an easier way by doing the following step by step:
I have a given AnalyticObject Table like this:

This AO contains some columns with Numbers (Auftragsnummer Strom, Gas, Wasser, Wasser öffentlich), representing ERP Order Numbers (in our case kVASY,)
What I want to do now is:
For each AO row shown above I'd like to search the ERP Table "Auftraege" with those given Numbers to sum up booked costs onto those Order Numbers . As you can see, not every row has all columns filled, so sometimes it would be necessary to aggragate a single Ordernumber, sometimes I would have to to this up to 4 times.
I know, that I may build a construct with a single Join onto "Auftragsnummer Strom", which results in another AO Object. Using the new AO, create a new Join with Auftragsnummer GAS, and so on.
Is there any possibility to do something like this more dynamic?
thanks in advance for your time