Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Filter on List Box

Hi,

I have to apply a filter only on one List Box in my document. How can I do it?.

Best Regards,

Leandro.

7 Replies
ecolomer
Master II
Master II

Yes, You may use the following expression for the list box:

If(Match(Product,'A','B').Product)

or

try like this:

sum({<only={'a','b'}>}sales)

ecolomer
Master II
Master II

See the file attached

Anonymous
Not applicable
Author

Thanks!

One more question. Because I have other problem. I have this Multi Box :

cuadro.png

Test Field is this expression:

=IF(SCTSDE_VAL_PT_CDR_OPE_NAZ <> 'INT' and SCTSDE_VAL_PT_CDR_FLAG_MOB = 'Y' , SCTSDE_VAL_PT_CDR_OPE_NAZ)

I can't select a value from the list!. I don't know why..

ecolomer
Master II
Master II

Comprueba que la condición puesta NO es vacía (es decir, no da como resultado NULL), ya que estás poniendo un AND.

Anonymous
Not applicable
Author

No debería, se están mostrando valores bajo este filtro. El problema es que no puedo seleccionar ninguno de los que me muestra y a raíz de eso no puedo realizar selecciones.

ecolomer
Master II
Master II

Compruébalo, por favor, tiene toda la pinta de ser eso.

Te cuesta dos minutos la prueba.

Anonymous
Not applicable
Author

Lo probé y no, la condición no da NULL.