Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
BrianDH
Creator II
Creator II

KPI Count of Rows

I am having no luck getting my count.   In SQL developer my number is 230.   In Qlik I get nothing or 13K

I have tried:

if (STATUS = 'Approved' ,Count(distinct REPORTID))

count ( distinct if(STATUS='Approved', REPORTID))

count( distinct {$<STATUS={'Approved'}>} REPORTID)

Count({$<STATUS={'Approved'}>} distinct REPORTID)

 

Suggestions

Labels (1)
  • Chart

1 Reply
Qlik1_User1
Specialist
Specialist

your expression is correct - Count({<STATUS={'Approved'}>} distinct REPORTID)

Check at data model level if something is missing.