This content has been marked as final.
Show 2 replies
-
1. Re: How to create alert ?
Stephen Rizzo Feb 20, 2017 7:53 AM (in response to Ramu Machineni)Finding a solution is difficult without knowing how your table is set up (what fields are on your row shelf, columns shelf, values area, filters card, etc.). Typically you would add the desired highlighting by creating the calculated field
[Is Late] = IF [Check up date] > TODAY() THEN "Late" ELSE "Not Late" END
Then dragging [Is Late] to the "Color" tab.
-
2. Re: How to create alert ?
Ramu Machineni Feb 20, 2017 8:05 AM (in response to Stephen Rizzo)Thank you Stephen.
Good day.