Question
ACTIVITY COUNT ON HEADER LEVEL- Aggregation on different dimension
Hi ,
I would like to build a Overview where I need to have the count of Activity on header level for different dimension.
For Example: I want to have a Olap table as per below.
Column 1:Plant
Coulmn2: Number of Purchase order header.
column3: sum of Count of activity for these purchase order at header level.
This is for P2P use case. Where few activities are at header level but the use case is built on item level. So the count get multiplied by the number of item which I want to avoid.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
datascience:
PU_COUNT(EKKO,"_CEL_P2P_ACTIVITIES".ACTIVITY_EN, _CEL_P2P_ACTIVITIES.ACTIVITY_EN IN (Change Currency, other specified Activities on PO Level ))
Hi Team,
Thanks!, I want to further do the aggregation on different dimension like country ,region plant. when I put sum with this formula it doesnt seem to work. So I have 2 columns as shown below.
COLUMN1: EKKO.WERKS
COLUMN2: SUM( PU_COUNT(EKKO,"_CEL_P2P_ACTIVITIES".ACTIVITY_EN, _CEL_P2P_ACTIVITIES.ACTIVITY_EN IN (Change Currency, other specified Activities on PO Level )))