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: 
My_Rebecca
Creator
Creator

Conditional Distinct

How to correct this expression? thanks.

count({<[IN_PTO/PTS/Consignment]={'PTO'}>,<[IN_Storage Location]={'0016'}>}distinct[IN_Material])

Labels (1)
2 Solutions

Accepted Solutions
My_Rebecca
Creator
Creator
Author

I correct by my self:

count({<[IN_PTO/PTS/Consignment]={'PTO'},[IN_Storage Location]={'0016'}>}distinct[IN_Material])

View solution in original post

BrunPierre
Partner - Master II
Partner - Master II

Count({<[IN_PTO/PTS/Consignment]={'PTO'}, [IN_Storage Location]={'0016'}>}distinct [IN_Material])

View solution in original post

2 Replies
My_Rebecca
Creator
Creator
Author

I correct by my self:

count({<[IN_PTO/PTS/Consignment]={'PTO'},[IN_Storage Location]={'0016'}>}distinct[IN_Material])

BrunPierre
Partner - Master II
Partner - Master II

Count({<[IN_PTO/PTS/Consignment]={'PTO'}, [IN_Storage Location]={'0016'}>}distinct [IN_Material])