Hi,
I need to build a view in a model-driven app that lists all items, whose date is after today. The main issue is to list items, whose date is more than 100 years in the future. How can I achieve this?
I already tried to use the filters, but the best I can do is to create a cascade of filters "Next X Years". But, because there is a limit of 100 years, I cannot show items whose date is more than 100 years in the future.
Regards