This content has been marked as final.
Show 2 replies
-
1. Re: How to display previous month
Vincent C Aug 2, 2017 8:02 AM (in response to Vishant Nayak)1 of 1 people found this helpfulHi Vishant,
You can use a calculated field with:
DATEADD('month', -1, [date_extracted])
Regards,
Vincent
-
2. Re: How to display previous month
Vishant Nayak Aug 4, 2017 3:03 AM (in response to Vincent C)Hi Vincent,
Thanks the above mentioned works perfect for my qiery.
Cheers,
Vishant