Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
Hi,
I think,You can apply sheet visibility for your scenario where you can set sheet show visibility property on condition
Regards,
Vijeta
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
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.
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
=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.
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.
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
yes,but when you click on grade out selection all above made selections disappear to avoid this i want to disable grade out selection.
Try Hide Excluded option on the General tab. Values that are not relevant for the current selections will be hidden in such list boxes.