Estoy agregando esta respuesta porque tampoco pude filtrar. Por lo tanto, debe editar manualmente el xml. Ingrese en Editar sus propiedades de vista personalizada. que ir a la pestaña XML
y presionar la casilla " Editar consulta manualmente "
tendrás algo como esto:
<QueryList>
<Query Id="0" Path="Application">
<Select Path="Application">*[System[Provider[@Name='quem ME atende'] and (Level=1 or Level=2 or Level=3 or Level=4 or Level=0 or Level=5)]]</Select>
</Query>
</QueryList>
Por lo tanto, debe agregar otro filtro (Nivel ya agregado, Advertencia, Error, etc.) ¡Agregue "y (Tarea = 12)" Donde 12 es el número de su categoría!
<QueryList>
<Query Id="0" Path="Application">
<Select Path="Application">*[System[Provider[@Name='quem ME atende'] and (Level=1 or Level=2 or Level=3 or Level=4 or Level=0 or Level=5) and (Task=12)]]</Select>
</Query>
</QueryList>
Y aquí tienes, puede que tengas que actualizar la Vista más de una vez, ¡ya que es complicado!