Selected Row event does not fire

HCF
New Member

Made an Action to run when Row is selected. The action is simply to update a row value:

Behaviour on the view is set to:

But nothing seems to happen, when I select a row?

0 9 139
9 REPLIES 9

Does your table set to accept UPDATES? In the view are you using a slice or the table itself? If you are using a slice, does your slice set to accept UPDATES as well?

@LeventK - yes, it is directly against the table and it accepts all updates.

@HCF
Have you set any expression for the Only if this condition is true? property of the action? Do you have any Reset_if_true property set in any of the columns in your table?

HCF
New Member

Behaviour is True:

No, I do not use any Reset_if_true properties on the table.

HCF
New Member

I have this expression:
If(
And(
([Phase] = โ€œCompleteโ€),
IsBlank([DateCompleted ])
),
Now(),
[DateCompleted ]
)
but that does not count as a reset?
If I make the Action visible, then a click will set the value.

Exactly where do you have this expression? Which column?

@LeventK itโ€™s in the DateCompleted column

Which property is that expression? And where is the [SelectedTime] column? Whatโ€™s its role?

Good morning @LeventK - itโ€™s a date property for the DateCompleted column. The SelectedTime column resides within the same table and the only purpose is to track when the user selected that Row, so to see which Row is the most recent.

Top Labels in this Space