$__timeFilter() - set a default value in MSSQL query

Hello,

Am using $__timeFilter() in my query WHERE clause to allow users to be able to filter using the time range picker.

However, once a value is selected from the time range picker, same is applied to panels using the timeFilter(table). I want :
(i) how to set up a default timeFilter for each of the different panel(s) so that on loading time, they load the default timeFilter is taken into consideration.

Query:
SELECT Count (id_ticket)
FROM tablename
WHERE id_service = 75
AND id_type_ticket In (1,6)
AND id_status !=6
AND id_status !=7
AND $__timeFilter(d_creation)