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: 
Not applicable

Count of text in a cell - ignoring nulls

Hi,

I am a qlikview newbie and hope someone can help with the following query.

I have a table of information which looks like;

CustomerCodeDate sold
AXXX01 - 01 - 2012
AXXX01 - 03 - 2012
BYYY
BZZZ01 - 04 - 2012
CYYY01 - 04 - 2012

How can I write an expression which is gives the count of product, per customer, based on the date sold. Each line indicates a quantity of 1

I need the count to ignore any null / blank values.

Many thanks,

1 Solution

Accepted Solutions
Gysbert_Wassenaar

count({<[Date sold]={'*'}>} Code) should work (if your field names are "Date sold" and "Code").


talk is cheap, supply exceeds demand

View solution in original post

1 Reply
Gysbert_Wassenaar

count({<[Date sold]={'*'}>} Code) should work (if your field names are "Date sold" and "Code").


talk is cheap, supply exceeds demand