Is it possible to use the ChangeTimestamp column type but to set it to ignore seconds ?
Hi @jeffchoy
You can’t, but you can use a virtual column with expression:
[yourChangeTimeStamp]
that will ignore seconds if you need so ![]()
3 Likes
Why?