I want to turn red on items that are expired - to highlight them to staff
Here is my JSON, it is not highlighting anything. Expiration is the field name in the record.
{
"schema": "https://developer.microsoft.com/json-schemas/sp/view-formatting.schema.json",
"CurrentRowClass": "=if([$Expiration] <= '@now', 'style: {color:#ff0000'} ) "
}
"schema": "https://developer.microsoft.com/json-schemas/sp/view-formatting.schema.json",
"CurrentRowClass": "=if([$Expiration] <= '@now', 'style: {color:#ff0000'} ) "
}
Maha LakshmiPosted Nov 16, 2018, 4:51 AM
Nanddeep NachanPosted Nov 15, 2018, 12:11 AM
Sreekanth ReddyPosted Nov 14, 2018, 11:44 PM