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

Announcements
Check out our latest virtual session where BARC Fellow, Doug Laney, highlighted the opportunities data monetization can offer enterprises. Watch here.
cancel
Showing results for 
Search instead for 
Did you mean: 
bushpalaamarnat
Creator
Creator

How to use distinct funtion

In qlikview, i have created two table, one table which showing the details of out of stock(OOS) where as in the other table, we have summary. the problem is in the details table, there are 6 OOS where as in summary table, it is showing 9 as a count.

This is the formula used to count OOS. Sum(if(Inventory_Position='OOS',1,0))

Could you help. attaching a word document with details.

Kindly help, please see attachment

1 Solution

Accepted Solutions
sunny_talwar

May be this

Count(DISTINCT {<Inventory_Position = {'OOS'}>} Week&Material&[Supplier Loc]&[Customer Loc]&ActionItem)

View solution in original post

1 Reply
sunny_talwar

May be this

Count(DISTINCT {<Inventory_Position = {'OOS'}>} Week&Material&[Supplier Loc]&[Customer Loc]&ActionItem)