0
How would I Filter 'Modified On' (Timestamp) Field to show only records modified today
How would I Filter 'Modified on' (Timestamp) Field to show only records modified today. Iknow this probalbly involves having another field to show true or false but does anyone know the correct formulat to use
similar to this
if Date('Modified on') = today() then
true
else
false
end
Regards
Paul
4 replies
-
I have managed to solve this issue using the following after a lot of digging around. Maybe it will be of use to someone else using this forum.
if date('Modified on') = today() then
true
else
false
end
-
Hi Paul, I know this is from a few years back but thanks for posting. Helped me filter my view.
Much appreciated
-
Thanks sooooooooooo much Paul
-
Your Welcome
Content aside
- 2 yrs agoLast active
- 4Replies
- 1238Views