How to hide an action button

J_jvs
Participant V

Hi Team,
how can I return true or false in this expression that i attached?
the value of column [norepartir] is giving me the last added row,
and i want to check if [jugador] of this row is equal to “B”.

I’m in “ACTIONS/behavior/Only if this condition is true.”

easy?
thks a lot again.

1 1 667
1 REPLY 1

LeventK
Participant V

@J_jvs
Try with this:

"B" = ANY(SELECT(partida[jugador],[_RowNumber]=MAX(partida[_RowNumber])))
Top Labels in this Space