Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,Is there any chart expression to calculate how many "Teléfonos" have more than one "Segmento" distinct?. For instance:
The solution must be 2, "Teléfono" number 11111 and 22222 have more than one "Segmento" distinct.
Best regards,
Juan Muñoz.
Try this:
Count(Distinct {<Teléfonos={"=Count(Distinct Segmento)>1"}>}Teléfonos)