I am trying to generate a report which should retrieve tickets that are resolved a working day before the current date. If I run the report on 14-OCt-2019 (Monday), then the results should fetch tickets resolved on 11-Oct-2019 (Friday)
I tried this query but it is not generating the expected results ( 'Last Resolved Date'>= ( $TIMESTAMP$ - 2 * 24 * 24 * 60) )