Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
New to Qlikview and not sure what the technical terms is for what I am looking for. I have a list box that uses PART field. In that list box part number 387-3981.01 is selected. In the MPART list box all parts linked to 387-3981.01 are displayed. Good. Ideally I want another list box such that when part number 7P-3194 is selected from MPART list box all parts linked to 7P-3194 are displayed. But that only works when the part is selected from PART listbox. Any ideas how to handle this?
You could put two list boxes on top of eachother.
Have one list box with PART. In the Properties->Layout, under 'Show', check 'Conditional', and put =Count(Distinct PART) > 1
Have another list box with MPART. In the Properties->Layout, under 'Show', check 'Conditional' and put =Count(Distinct PART) = 1
This should let the part list box show when more then 1 part is shown, and the MPART list box to be shown when only 1 part is selected.
Hope this helps!
Hi Jeffrey,
Maybe try using triggers, so when toy select MPART create an Action that will clear the PART field and then select the
Possible values within the PART based on the selection you have made in MPART.
Hope that's not too confusing.
Can you send me some Data and I will test here
Regards
Alan
Use "Always one selected to handle this"