Hello,
I have some sales document data
[Sales Doc] [Line No] [Product]
1000 10 X
1000 20 Y
1000 30 Z
2000 10 A
2000 20 B
2000 30 Z
3000 10 X
3000 20 A
3000 30 Z
etc....
My requirement is to have a user be able to select products (A user could select any combination of products), so in our example the pool of products is [A,B,X,Y,Z], however there are hundreds of products.
When the User selects Product X AND Z, i expect the results to be Sales Lines that include X AND Z, so in this case
[Sales Doc] [Line No] [Product]
1000 10 X
1000 30 Z
3000 10 X
3000 30 Z
Notice that Sales Doc 2000 is not listed as it doesn't contain BOTH products.
I haven't figured out how to solve this problem with standard Card functionality, i'm sure there is a way with a card and i'm open to other avenues, but am looking for some guidance, perhaps something i have not yet thought of.
Thank you!