Hello everyone,
To give some background, I have 2 normal tables (ORDERS, PRODUCTS) and 1 intersection table (ITEMS) in this way:
Lets supposed that I have 3 PRODUCTS:
What I want to achieve:
I believe that the solution to this is in adding a "Subtract List" formula within the "Valid If" section of the ITEMS[itemProduct] column, but I'm not able to make it work as I expect... Can anyone point me in the right direction please?
@cboteros wrote:
I believe that the solution to this is in adding a "Subtract List" formula within the "Valid If" section of the ITEMS[itemProduct] column
Yep
Products[id] - SELECT( Items[ItemProduct] , AND( [ItemOrder] = [_THISROW].[ItemOrder] , [id]<>[_THISROW] ) )
Thank you @Marc_Dillon ,it worked like a charm!
User | Count |
---|---|
15 | |
15 | |
8 | |
7 | |
4 |