Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Is it possible to create your own glidefunction for use in reports?

pneuvil1
Mega Guru

In reporting you have the "Configure function field" feature. In there you can select from a number of functions. Is it possible to create your own function to select.

 

find_real_file.png

5 REPLIES 5

Hello @romanbursik,

 

If you would like to subtract 3 from the calculated number [length(substring(name,15,30))], you need to add the following part to the function:

 

glidefunction:subtract(length(substring(name,15,30)),3)