Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

List Box feature need

Hi,

I am looking for a functionality like when i click on the 1st option(in attached qvw) only then second should b activate but what is happening in my case those option which dimension objects which are not present for that selection are grading out but i can select those, i want they should appear but user will not be able to select those.

Thanks

Manish

1 Solution

Accepted Solutions
Jason_Michaelides
Luminary Alumni
Luminary Alumni

In the properties of the top list box select "Override Locked Field". Then make a default selection (e.g. LL1) and lock the field.

Because this field is locked, you cannot make selections in other list boxes that go against the current selection in this field. However because you have set this field to "Override Locked Field" you can make new selections in this field without unlocking.

See attached - hope this helps,

Jason

View solution in original post

16 Replies
vijetas42
Specialist
Specialist

Hi,

I think,You can apply sheet visibility for your scenario where you can set sheet show visibility property on condition

Regards,

Vijeta

Anonymous
Not applicable
Author

Actually if you see attached qvw in this if u make a selection on LL1 the next LAN gives a disable look but still m able to click on that what i want it should appear on sheet but click option should not work.

Thanks

Manish

vupen
Partner - Creator
Partner - Creator

I believe you want to go against the QV's basic feature of Associate Model.

You can have a separate table each for those fields and make sure that such tables are not connected to any other table. This way, selections made in those disconnected tables/fields do not impact objects.

jsingh71
Partner - Specialist
Partner - Specialist

You need to replace your expressions in Layout tab under conditional box like this

1. GetSelectedCount([Compentancy Model]) > 0

2. GetSelectedCount(Zone)>0

and so on....

--Jai

Anonymous
Not applicable
Author

=1 is for one selection, more than one selection is not allowed, so by anyhow if more than one selection happen it will retain functionality.

vupen
Partner - Creator
Partner - Creator

OK..as I see your second post,

Have a transparent text box on top of the subsequent list boxes and show/hide them conditionally using GetFieldSelections(prev list box field name) on the layout tab of the text box.

jsingh71
Partner - Specialist
Partner - Specialist

In your case you  allowed only user to select one value at a time so it will work perfectly.

Now if you have any other issue then let community know.

--Jai

Anonymous
Not applicable
Author

yes,but when you click on grade out selection all above made selections disappear to avoid this i want to disable grade out selection.

vupen
Partner - Creator
Partner - Creator

Try Hide Excluded option on the General tab. Values that are not relevant for the current selections will be hidden in such list boxes.