Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
jerryr125
Creator III
Creator III

Creating a Master Measure - two filters

Hi I am trying to do the following :

* I Only sum the quantity in which the Inventory ID = strt and the Inventory part number = 12345

 

Sum(${<[inventoryid]={'strt'},[partnumber]={'12345'}>} (Quantity))

Does not seem to work - any thoughts ? 

1 Solution

Accepted Solutions
iswarya
Partner - Creator
Partner - Creator

Hi,

It's because the identifier in the set is placed wrong.

Sum({$<[inventoryid]={'strt'},[partnumber]={'12345'}>} (Quantity))

View solution in original post

1 Reply
iswarya
Partner - Creator
Partner - Creator

Hi,

It's because the identifier in the set is placed wrong.

Sum({$<[inventoryid]={'strt'},[partnumber]={'12345'}>} (Quantity))