Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
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.