Newed
6
You can use some kind of filter like a dropdown or something with specific options (text, Option Sets, URL parameter) and then set some filter directly in the search based on the due date and current date for each option.
So… you can have something like this:
1 - “Ativa”
Do a search for Licenses…
- Constraint “Data de Vencimento” > Current Date/Time :+ Days {30}
2 - “Vencendo”
Do a search for Licenses…
- Constraint “Data de Vencimento” <= Current Date/Time :+ Days {30}
- Constraint “Dara de Vencimento” >= Current Date/Time
3 - “Vencida”
Do a search for Licenses…
- Constraint “Data de Vencimento” < Current Date/Time
You can also use the same logic used in the constraints to conditionally display corresponding “tags” for each of these statuses.