Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I have a listbox and based on other listbox selections, this listbox has some excluded values, that are shown in grey when those values are not related.
I want to show all values (possible,excluded), but user shouldnot be able to select the excluded values.
[i.e. when clicked on grey/excluded values, it shouldnot get selected]
can we do that? If yes, How?
Thanks
Gireesh
Have you tried clicking on the 'Hide Excluded' button?
Hi wallo,
I used Hide Exclude option and Aggr(Field,Field).But if we use this option exclude data not showing in list box.
I want to show possible data and excluded data.
User shouldnt be able to select excluded values.
Any one help me on upper lines..
Let me share few thoughts related, Can you check the option called "Read Only" in your general Tab
That we can't it just associate engine to possible values and it got locked. You can't selection by using Read only option
My question is
I want to show all values (possible,excluded), but user shouldnot be able to select the excluded values.
[i.e. when clicked on grey/excluded values, it shouldnot get selected]
I'm not sure that this would be directly possible. I could imagine that you could get your described functionality by using two listboxes which are laying a bit over each other - one with aggr(only(Field), Field) for the selections and the other with aggr(only({1-} Field), Field) for the excluded values and which is set of read only.
- Marcus
Hi Marcus Sommer,
This expression "aggr(only({1-} Field), Field)" is not working in list box.
Thanks
Gireesh