Hi @JoelBGT
here comes the reason and the workaround
Reason:
- The Filters on Text type columns find all, if the variables value is ânullâ
- The Value of a text variable is not ânullâ , but an empty string, if you âclearâ the text input (using your keyboard).
- Unfortunately that means, all rows with ânullâ in this column, will be hidden (also on the other filters you have, if any of these values is ânullâ it will disappear
- Unfortunately the X
Clear Input
button also doesnât clear the input to ânullâ but empties the string.
Workaround:
- Make a trigger
Data manipulation
>Clear
>filterVariable
to reset the filter.- You can provide it as a button or with a "If filterVariable
is blank" check on the
Input is exited` triggerâŚ
(See screenshot:
)
- You can provide it as a button or with a "If filterVariable
hope that helps for nowâŚ
@Beth To me that behavior is a bug. It is likely that there is already a ticket.