Is it possible to create your own glidefunction for use in reports?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2022 08:25 AM
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.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2022 08:30 AM
No, You can use math functions in function field.
Only glidefunction() methods are supported for function field.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2022 03:28 PM
But can you write your own glidefunction methods. Like glidefunction:computeAge. There exists more than math methods in the function feature.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2022 03:34 PM
Custom glidefunction methods aren't supported.
You will have to choose existing glidefunction methods.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2025 05:32 AM
Hi Sachin.
Function Field allow adding simple math and accept it but ignore it eventually.
Example
Syntax is correct for this function: glidefunction:length(substring(name,15,30))-3
Result: glidefunction:length(substring(name,15,30))
Ignored: "-3"
Is that expected or i may have the calc added ?
regards.