how to manage boolean searches on tables #4896
marco-santulli
started this conversation in
General
Replies: 1 comment 3 replies
-
Hey Marco. You should be able to use a formula. It needs to be a "static" formula - meaning that the value is set everytime the record is saved - i.e. on the way in. because it is a saved value, you can run filters on it. The drawback of a static formula is that it does not work for relative date calculations. For example, if an "Invoice" is saved with a "Due Date" - you cannot create a formula that will tell you when the invoice is overdue. Another potential option for you is to use conditions that change your "Define Filters" depending on certain state of your filter fields. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
we have a few situations where we need many filters on tables, including booleans. Imagine you want to look at a table containing records and you want to see only the "expired" records where "expired" is a boolean on the record.
Typically you want search criteria to be active only when you "activate" them. Ideally one could use a dropdown with "All", "Expired", "Valid" or something like that..
The issue here is that if you put that in the "filtering" criteria for the boolean, then i cannot show "all records" any more.
a workaround could be to use the new formula column, but I think it doesn't work with filtering yet (or maybe I am doing something wrong) it would be good if we found a better way to do it? does anybody have suggestions?
Beta Was this translation helpful? Give feedback.
All reactions