Forum Discussion
Anonymous
7 years agoNot applicable
Calculate difference in minutes
I wanna know from the Datestamp coulmn see how much minute difference it's between the previous value and the last one. I tried this formula below but got totaly different value. Datediff = DAT...
hnguy71
Super User
7 years agoIf you're importing your data, you can filter from May 10th onwards. If you're using LiveConnection or from a database you can specify the filter ie,
SELECT * FROM db.MyDatabase WHERE CommTimeStamp >= '10/05/2019'
Anonymous
7 years agoNot applicable
Can I use another instead for EARLIER? because it's earler that cause this memory problem. or do you have anyother soulation?