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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out 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])