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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
JuanMu
Contributor III
Contributor III

Chart Expression II

Hi All,
Is there any chart expression to calculate how many "Teléfonos" have more than one "Segmento" distinct?. For instance:

TeléfonosSegmento
11111RES
11111PYM
22222RES
22222PRO
22222PYM
33333RES
44444PYM
55555PRO
66666RES
66666RES

The solution must be 2, "Teléfono" number 11111 and 22222 have more than one "Segmento" distinct.

Best regards,

Juan Muñoz.

1 Reply
tresesco
MVP
MVP

Try this:

Count(Distinct {<Teléfonos={"=Count(Distinct Segmento)>1"}>}Teléfonos)