Action

I have an action that is not executed on the corresponding sheet:
I have to change the state of an order between 2 tables for that I have created an action between the two tables, and I have also created the action to be executed on the table. I think my problem is the formula between the 2 tables when filtering the values.
FILTER(Coil consumption, IN([SCAN], Extruder [Scanner Code]))

 

 

 

Solved Solved
0 1 94
1 ACCEPTED SOLUTION

You need to provide the names of the tables involved for me to be sure but I suspect you need to replace extruder[scancode] with [_thisrow].[scancode]

View solution in original post

1 REPLY 1

You need to provide the names of the tables involved for me to be sure but I suspect you need to replace extruder[scancode] with [_thisrow].[scancode]

Top Labels in this Space