Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
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
Partner - Master

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
Partner - Master

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