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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
markp201
Creator III
Creator III

Qlik Sense data model stats

I exported the table and there are only 3915 rows and I even have a record #.  I've checked and there are no duplicates.

Why does it show 3922 ?

3 Replies
OmarBenSalem
Partner - Champion II
Partner - Champion II

when you add a kpi object with count(AkeyDimension); what do u have ? 3915 or 3922?

markp201
Creator III
Creator III
Author

kpi shows 3922.  btw the stats above are for the inspector field as well as the kpi.

OmarBenSalem
Partner - Champion II
Partner - Champion II

put a table:

as dimension: yourDim and color it by expression ; if(count(YourDim)>=2,red(),green())

as measure: count(YourDim)

this way, u can situate what's going on