Calculated value in reporting

Prateek kumar
Mega Sage

Does calculated value work in reporting?

I have a calculated value which does the gliderecord query and returns a value. The script returns correct calculated value.

It appears to be showing the value in Form and lists, but when i report on the value it shows blank.

Does ServiceNow support calculated values in reporting?


Please mark my response as correct and helpful if it helped solved your question.
-Thanks
5 REPLIES 5

Nisar Khan1
Mega Sage

I don't think so. what you can do is you can create calculate field on the table itself and include it in a database view, and then use it as reporting.

Nisar Khan1
Mega Sage

or you can get close to this functionality by creating a field on the table, and giving it a calculation script. You can then show this calculated field in your report.

The field is actually on the table i'm trying to report on.


Please mark my response as correct and helpful if it helped solved your question.
-Thanks

you can use a database view table, which is the easiest solution to this issue