Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

List Box Modelling

Hey there,

I have a field with a certain numer of Values, which I want to represent in a list box.

The clue is, that some fields should only be visible if a certain field of the list box is selected.

So I only show some fields at first which I selected by:

=if(Match(Field,'A','B','C','D','E','F'),Field)

Now I want to show fields G,H,I when I select C or D. I also want to be able to add further restrictions for other fields.

I hope you understand my issue an are able to help me

Best Regards and Thanks in advance

Alex

6 Replies
ecolomer
Master II
Master II

Here you have an example

Is this?

Not applicable
Author

Hey Enrique,

I like to select another Field Value in the second box, so there should be E,F,G in this box.

Best case would be one object, which shows the new Values when certain fields are selected,

ecolomer
Master II
Master II

I think you do not quite understand what you want.

You can simulate it in excel and I spend at least image

(sorry but my English is not good)

Not applicable
Author

Do you want to show the G,H,I in other list box, when you select C or D.

Not applicable
Author

If it is the only solution then yes.

Otherwise it would be great to see it in the same box.

ecolomer
Master II
Master II

This?