Hello,
I have a list with over 150k rows visible for a specific group of users. In order to limit the amount of rows loaded each time the list is accessed, I have added a prefilter to show only the records for the last year:
field: date_time
condition: greater than or equals
value: DATE_SUB(NOW(), INTERVAL 12 MONTH)
type: no quotes
apply to: viewlevel that include this specific group
The problem is that sometimes this group need to view/edit information older than a year, which now is not possible because of the prefilter.
Can I do something to prefilter the information for the last year but also when is necesary, allow users to search for older records?
Thank you
I have a list with over 150k rows visible for a specific group of users. In order to limit the amount of rows loaded each time the list is accessed, I have added a prefilter to show only the records for the last year:
field: date_time
condition: greater than or equals
value: DATE_SUB(NOW(), INTERVAL 12 MONTH)
type: no quotes
apply to: viewlevel that include this specific group
The problem is that sometimes this group need to view/edit information older than a year, which now is not possible because of the prefilter.
Can I do something to prefilter the information for the last year but also when is necesary, allow users to search for older records?
Thank you