Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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

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