Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
savithri_n_s
Contributor III
Contributor III

count of contractor name based on distinct supplier id

Hi,

Can you please help me in getting count of contractor name>=10 for distinct supplier id? in dashboard 13 of the qvw file.

Also i have attached excel sheet with pink highlighted values i need in expression in qlik view bar chart

Regards,

Savithri

1 Reply
sunny_talwar

Try these two

Count(DISTINCT {<[Supplier ID for Counting Unique] = {"=Count([Supplier ID for Counting Unique]) > 10"}>} [Supplier ID for Counting Unique])

Count(DISTINCT {<[Supplier ID for Counting Unique] = {"=Count([Supplier ID for Counting Unique]) <= 10"}>} [Supplier ID for Counting Unique])

Capture.PNG