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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Counting text fields and displaying it on a chart

Hi.

I need to compare amount of customers with and without an email. In our database email parameter can be email address, or empty. The result should be displayed on a bar chart. Data that seems to me useful:

1) order date

2) email address

for now I'm stuck on this: count(if(customerEmail<>0,1,0)) but this not working. The data on the chart is incorrect.

0 Replies