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: 
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
Partner - Champion III
Partner - Champion III

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
Partner - Champion III
Partner - Champion III

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


talk is cheap, supply exceeds demand