Forum Discussion
Anonymous
3 years agoNot applicable
Previous date
Hello Everyone, I have one existing date column and i want to create one new date column based on that existing column and this new column is previous date column. i.e date previous...
- 3 years ago
Anonymous ,
A new column
= maxx(filter(Table, [Date] < earlier([Date]) ), [Date])
refer
Earlier, I should have known Earlier: https://youtu.be/CVW6YwvHHi8
https://www.youtube.com/watch?v=cN8AO3_vmlY&t=17820s
amitchandak
Super User
3 years agoAnonymous ,
A new column
= maxx(filter(Table, [Date] < earlier([Date]) ), [Date])
refer
Earlier, I should have known Earlier: https://youtu.be/CVW6YwvHHi8
https://www.youtube.com/watch?v=cN8AO3_vmlY&t=17820s