Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to get PQTD Date with respect to Current Date

Hi All,

I got the all the WTD, PWTD, MTD, PMTD, QTD, YTD,PYTD date ranges.

but i fail to get PQTD range in text object.

Can any one suggest me to get PQTD range.

QuarterStart(Today(),-1) gives 01-07-2016,

But How to get 27-07-2016 dynamically.

Thanks in advance.

UMAMAHESWARA REDDY

1 Solution

Accepted Solutions
johanlindell
Partner - Creator II
Partner - Creator II

AddMonths (Today (), -3)

View solution in original post

2 Replies
johanlindell
Partner - Creator II
Partner - Creator II

AddMonths (Today (), -3)

Not applicable
Author

Thanks johan,

It works, i implemented another logic, but your logic simple and smart...!