function field in report servicenow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2024 08:08 AM
Hi everybody
I am trying to create a report which displays the average processing time of RITM I created a calculate field of type formula and I put: Formula: glidefunction:datediff(closed_at, sys_created_on) here is the error which gives me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2024 12:19 PM - edited 09-18-2024 12:47 PM
Hello @hind,
The script you have written wouldn't work the way it is
Pls refer the below thread:
Please mark the answer as helpful and correct if helped.
Kind Regards,
Ravi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2024 12:30 PM
Hi @hind
Remove 'Formula:' and try
Just use glidefunction:datediff(closed_at, sys_created_on)
Refer Syntax here : https://docs.servicenow.com/bundle/xanadu-platform-administration/page/build/platform-functions/conc...
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP