I know that we have the feature “Execute an action on a set of rows” …
I am trying to do something really simple using it, but that just doesn’t work and can’t figure out.
Current Table 1 is Usuarios
Reference Table 2 is Troca
I wanna change the value of column Status of table Troca to “Autorizado”, only in the rows which have column “Nome” = Usuarios[_THISROW].[UserID]. The action is triggered from a row of table Usuarios. But that just doesn’t work…
Solved! Go to Solution.
I used FILTER instead of SELECT and it worked … why ??
That would indicate that [Nome] is NOT the key column in the “Troca” table.
True, i have made same mistake before cause i forgot about these KEYS.
Thank you!
Thank you, this is a good material explaining the relation and how actually some expressionas are built in. I should spend some time looking into these TIPS also, not only the Help material.
Thank you !
User | Count |
---|---|
15 | |
14 | |
8 | |
7 | |
4 |