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: 
mahitham
Creator II
Creator II

Count()

Hi Experts,

Can any one please help me on Below requirement.

I have created a Straight Table like below.

From [Internal ID]  and  New Performance ID fields I have to calculate Count of NOT AVAILABLE  [Internal ID]'s.


Please help me on this

Thanks in advance.

 

2 Replies
brunobertels
Master
Master

Hi

May be this

if(

ISNULL(AGGR(

if(Match([Sales Product],'TV'),[Performance External ID],

if(Match([Sales Product],'Mobiles'),[Performance ID])),

[Internal ID])),count([Internal ID])

sunny_talwar
MVP
MVP

When you say not available... is the data stamped with not available or it is just null?