Is there a way to combine, sum and rename rows in a report using Business objects Webi without going to the universe? I'm really new to Webi reports.
Consider this: |Event|NumberOfattendees| |-|-| |DanceA|100| |DanceAA|100| |MemberD|100| |MemberDD|100|
Expected output:
Event | NumberOfattendees |
---|---|
CDanceAAAA | 200 |
CMemberDDDD | 200 |
Thank you!!!