Hello!
I would like to calculate the difference between today and a specific data.
Would like to return it in number of days. I tried the method recommended in the feature request (round(currentTime()/86400000-.5,0) - round({Date}/86400000-.5,0)) but it doesn’t seem to work. Anyone can help with this, please?