0
Column Filter Date?
My table's column is grabbing dates from a subtable. How do I filter the results to show a specific date only? The results I get are for the date I want plus all of the dates of records with that date as well as other dates. The filter I'm using works, I just don't want to see the other dates. This is what the column formula looks like:
And this is the filter I have:
4 replies
-
Can you try = “(fill in date)”
-
Just tried that in both the formula and filter. It does not work.
-
For the formula you can try:
concat('Previous Order'['Date of Previous Order' = date(2022, 10, 17)].'Date of Previous Order')
I’m guessing ‘Date of Previous Order’ is a date field.
-
Thanks Fred, that works.
Content aside
- 2 yrs agoLast active
- 4Replies
- 97Views
-
2
Following