Is it possible to create your own glidefunction for use in reports?
Options
- 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:
- Labels:
-
Scripting and Coding
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2025 10:20 AM
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)