Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

expression to calculate only one row

I have the following information on excel sheet:

Untitled.png

I need to calculate the sum of (Device + DHL + Clearance) like the following:

sum([Qty]) for (Device + DHL + Clearance) row only

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

SUM({<Category = {'Device + DHL + Clearance'}>}Qty)

Edited : Forgot to add measure Qty

View solution in original post

2 Replies
MK_QSL
MVP
MVP

SUM({<Category = {'Device + DHL + Clearance'}>}Qty)

Edited : Forgot to add measure Qty

ahaahaaha
Partner - Master
Partner - Master

Hi Rolf,

May be

Sum({<Category={'Device + DHL + Clearance'}>}Qty)

Regards,

Andrey