Detalle de usuarios
Nuevos | Recurrentes | Total | Presenciales | En lĂnea | |
---|---|---|---|---|---|
Hombres | <%= @new_males.count %> | <%= @males.count %> | <%= @new_males.count + @males.count %> | <%= @males.where(presencial: true).count + @new_males.where(presencial: true).count %> | <%= @males.where(presencial: false).count + @new_males.where(presencial: false).count %> |
Mujeres | <%= @new_females.count %> | <%= @females.count %> | <%= @new_females.count + @females.count %> | <%= @females.where(presencial: true).count + @new_females.where(presencial: true).count %> | <%= @females.where(presencial: false).count + @new_females.where(presencial: false).count %> |
No definido | <%= @new_nd.count %> | <%= @nd.count %> | <%= @new_nd.count + @nd.count %> | <%= @nd.where(presencial: true).count + @new_nd.where(presencial: true).count %> | <%= @nd.where(presencial: false).count + @new_nd.where(presencial: false).count %> |
Total | <%= @new_users.count %> | <%= @recurrent_users.count %> | <%= @new_users.count + @recurrent_users.count %> | <%= @users.where(presencial: true).count %> | <%= @users.where(presencial: false).count %> |