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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Singaravelu_R
Contributor III
Contributor III

Cross table not showing null

Hi Team, I have attached sample file which I want to show the table of Each column with how many null values.

I have used cross table and reload the data as per below script,

NullTest:

CrossTable(Fields, Data)

LOAD RowNo() as NUM,

ID,

[Start Date],

[End Date],

[Number of Cycles],

Protocol,

[Drug Name],

Dose,

Route,

Frequency,

[Frequency Unit],

Day,

[Cycle Number],

[Cycle Start Date],

[Cycle End Date]

FROM [lib://AttachedFiles/Sample Data.xlsx]
(ooxml, embedded labels, table is Sample);

But I could not able to count null values of column. It not coming null values,

My result in the qlik below, result not showing null values. Please help

Singaravelu_R_0-1616478925938.png

 

Labels (1)
0 Replies