Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: 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