and by defualt i want it to only show jobs where the ‘clock in date’ is within the last 3o days by default but i also want to allow the users to be able to filter beyond that time frame.
does anyone know if this is possible and how i would go about it?
You’d probably need to create some selection criteria for a date range. You could probably play with it to calculate default values for your 30 days but then they could override it as desired. Add a couple Date Selector controls and use those to filter the grid results.