Hi,
I have the need to show in an IR a due date column with visual indication whether the date is far, near or has passed.
So I thought of a traffic light component :
- Green is more than a certain threshold (for example 7 days)
- Yellow between 0 and 7 days
- Red when the date has passed
I can use simple sql code in the query and some css but I am triyng as much as possible to have less HTML codes in my sql queries.
Can someone indicate a plugin that can achieve that or another solution he has implemented?
Thanks