I have a virtual column that i need to give me the date (date only) for the date the form was completed. If I use Today() it will always be the current date correct? So what is the correct way to do this?
I have a timestamp column (DateTime). Is it possible to make the virtual column equal the timestamp column but converted to date only?
Solved! Go to Solution.
DATE([TimestampColumn])
User | Count |
---|---|
25 | |
15 | |
4 | |
3 | |
3 |