Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a question, i have two list box object.
the first one has two value (Select A, Select B), the second one has three value (A with flag Y, B with flag N, C with Flag Y)
When i choose Select A on the first list box, i want to show only A and C (value with Y flag) on the second list box. And when i choose Select B i want to show all values on the second list box.
I have try using this expression on the second list box -->
=if(GetFieldSelections(Selections)='Select A',
Only({<Flag={'Y'}>}Value), Value
)
But it is not working and not showing any value.
Anybody has idea ?
i also attach my sample file here.
Thanks in advance.
Hi Lejour,
Please check this.
definitely Working.
I think that cant be done. Because in all d way. Select A is associated with A,C and Select B is associated with respective. So if you select or clear any one of them, the other will respond as per the association we have made in the expression.
Hi ,
This is kind of indirect method just check and let me know if this works