HI Experts,
I went through this doc.
I have POs and Purchase Group and with many Purchasing Feilds.
i want to get Count of POs in a specific Purchase Group.
Issue:
PO---- Pur Group---- PO value
45001198--
010
--- 100
45001198--
010
--- 100
45001198--
010
--- 100
I want to display the data as
PO
- Pur Group
--Count( No of POs)
45001198--
010
--- 1
But I am getting as
PO---- Pur Group--- Count( No of POs)
45001198--
010
-3
I have created Formulae var with Replacement path with below steps
Replacement Path tab
Replace variable with - infoobject
Replace with -
variable
Attribute - charecterstc reference(constant 1)
Calculation- After Aggregation
Can any one suggest how to achieve my objective.
Regards,
rvc