Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Consulta con datos 0 (zero)

Necesito saber si hay alguna manera que la consulta no muestre las filas con datos 0 (zero)?

Dejo un ejemplo de lo que me esta pasando, imagenense una tabla de ventas, en la que esos días no hubo venta pero por alguna razón me muestra como si hubo algo pero "0", y no quiero que lo muestre, de 300 mil datos, los datos utiles son como 1000, pero igualmente me muestra los 300 mil, lo cual es gastar espacio inncesario.

Saludos

 

  • Hi Anonymous , 

    You could add filter in MDX, you could try it like below(change > to <>0 to see whether it work or not)

    Best Regards,
    Zoe Zhi

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

     

1 Reply

  • dax's avatar
    dax
    Community Support

    Hi Anonymous , 

    You could add filter in MDX, you could try it like below(change > to <>0 to see whether it work or not)

    Best Regards,
    Zoe Zhi

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.