How to get 6 months records filter condition starting from current day in report definition using Pega OOTB features?
I want use a RD to get rules created 6 months back from current date time, i have tried using .pxCreateDateTime greater or equal to the current and previous quarter , previous quarter but some records were missing as it taking not considering exact days from today.
i have tried using difference in days of pxCreateDateTime and CurrentDateTime equals to 183 days(6 months value), it was giving me exact results but wanted to check if there is any ootb feature which gives the same results instead of hardcoding the value(183) in the filter conditions.