Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I wanna restrict the selection in the multibox.
If i select W1, i wanna make W2 inactive even though, if there were common keys in both.
So, a user can make only one selection from multibox at a time.
instead of using W1 and W2 in multibox, use
=if (GetSelectedCount(W2)=0, W1) for W1
=if (GetSelectedCount(W1)=0, W2) for W2
and give the Expression the Label of W1 and W2
if you select anything from W1, W2 will Show "-"
Hi Rudolf,
I tried the above expression,
but its not showing any field,
please see the attached qpp.
why are A and B in both tables (a and b) with same ID and other not? what do you want to achieve at end?
I need more to test
Hi Rudolf,
consider W1 as reserve and W2 as active. 'A' and 'B' warehouse has both reserve and active
ID 1 and 2 were present in both W1 and W2 (I.e. reserve and active)
Because same ID may be contained in warehouse but want to be showed differently as it comes from different source table.
So, while selecting the warehouse i dot wanna overlap the selections and want to isolate W2 selection wqqhen W1 is selected.