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: 
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)