Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
rahulsingh12
Contributor III
Contributor III

List Box Issue

I have two ID columns namely A and B

In A I have some values of B also.

In list box I want only those A's value that are not in B

When I write ONLY({<A-=p(B)>} A)  the list box comes as empty?

Any reason for this?

Regards,

1 Solution

Accepted Solutions
tresesco
MVP
MVP

Try like:

Aggr(ONLY({<A-=p(B)>} A)  , A)

View solution in original post

5 Replies
tresesco
MVP
MVP

Try like:

Aggr(ONLY({<A-=p(B)>} A)  , A)

Kushal_Chawda

Aggr(ONLY({<A=e({1}B)>} A)  , A)

rahulsingh12
Contributor III
Contributor III
Author

It is working fine but the only issue is that I am not able to search anything in the listbox

avinashelite

When you add expression to the list box the direct search option will not work enable the wildcard search option or try to derive the same in the script level that will work

ahaahaaha
Partner - Master
Partner - Master

1.jpg