cancel
Showing results for 
Search instead for 
Did you mean: 

Need Total of a Measure Constantly without aggregation

Former Member
0 Kudos

Hallo Experts,

I Need to show Total of a Measure Constantly without aggregation in Webi in one column.

The requirement is to show following

Supplier NameNo. DeliveriesTotal Deliveries
A143
B243
C243
D443
E343
F643
G043
H843
I643
J543
K343
L243
M143
N043

I am using following formula" =sum(No. Deliveries) In (Supplier Name)

(I have used Forall and foreach functions also but they are splitting per supplier)

It is delivering values correctly.

But when we do ranking for top ten suppliers, it showing total for only for those ten suppliers. Like below

Supplier NameNo. DeliveriesTotal Deliveries
A137
B237
C237
D437
E337
F637
G037
H837
I637
J537

But the requirement is to show Total deliveries for all suppliers no matter how many suppliers we show.

Please provide me with any suggestions.

Thanks in Advance

Indra

Accepted Solutions (1)

Accepted Solutions (1)

former_member190895
Active Participant
0 Kudos

Use sum(No. Deliveries) In Block

Answers (1)

Answers (1)

Former Member
0 Kudos

Solved it with "=nofilter(Sum(No.Deliveries) in (Supplier Name))

Thanks