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 |