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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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