Reset on edit is not working!
Haha, sorry, I’m just having fun with that other bug.
The setup
I have a detail view which provides filtering options on a dashboard where other views of the same dashboard listen to changes via slices. This works great. If you don’t know how this works or you are unfamiliar with it, check this simple sample app.
I configured a Reset on Edit? expression that just resets to the initial value when [_THISROW_BEFORE].[AnInterestingColumn]<>[_THISROW_AFTER].[AnInterestingColumn].
This reset is meant to reset date columns using an initial value of “”.
The problem
- Doesn’t work on Form Views, the value stays the same
- Doesn’t work on Detail View having [AnInterestingColumn] with Quick Edit if the view is part of a Dashboard
- Works on Detail View having [AnInterestingColumn] with Quick Edit if the view is fullscreen
Does anyone work with Reset on Edit?
How reliable is it when using it with an expression like mine?