Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

i have a fact table ?

i want cross check my fact table ,how many null values and distinct values are there

i have only fact table ,how to check?

2 Replies
jpapador
Partner - Specialist
Partner - Specialist

For the distinct values you can go to the top menu bar Settings > Document Properties > Tables Tab.

Click on your table and it will tell you the numbers of values and distinct values.

maxgro
MVP
MVP

in a field?

nullcount(fieldname)

count (distinct fieldname)