Answer for How do we get items with aging indication – items that are open for more than 90 days?

For that you need to use the custom query section
Build a filter to get all items in status “Open”
Open the “Advance” section in the filter screen
Put this in the User defined Criteria text box:
created_date < DATEADD(day, -90, GETDATE())
Save the filter