Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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))