Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
sonikajain
Partner - Contributor
Partner - Contributor

which is better - count({$<columnA={"*"}>columnB} or count({$<columnA={"<> Null()"}>}columnB)

Hi all,

Please help me understand the differences in execution and the way of execution of count({$<columnA={"*"}>columnB} and count({$<columnA={"<> Null()"}>}columnB) .

My requirement is to count the number of columnB records where the field columnA is not null.

Please share if there is a better way to do this.

Thanks.

1 Reply
Anonymous
Not applicable

One way would be:

=count({$<ColumnA-=>} ColumnB)

All values from B where A is not null