Forum Discussion
Calculated field formula
Guys,
I have this formula now:
Ainzo992 You can use addMinutes() operator to add minutes to date. Try using expressions in this format:
"style": { "color": "=if([$Modified] > addMinutes([$Publicationdate], 15), '#ff0000', '')", "font-weight": "=if([$Modified] > addMinutes([$Publicationdate], 15), 'bold', '')" }
Documentation: json-formatting-syntax-reference
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
Ainzo992 You can use addMinutes() operator to add minutes to date. Try using expressions in this format:
"style": { "color": "=if([$Modified] > addMinutes([$Publicationdate], 15), '#ff0000', '')", "font-weight": "=if([$Modified] > addMinutes([$Publicationdate], 15), 'bold', '')" }
Documentation: json-formatting-syntax-reference
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.