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

sachin_namjoshi
Kilo Patron
Kilo Patron

No, You can use math functions in function field.

Only glidefunction() methods are supported for function field.

 

Regards,

Sachin

pneuvil1
Mega Guru

But can you write your own glidefunction methods. Like glidefunction:computeAge. There exists more than math methods in the function feature.

Custom glidefunction methods aren't supported.

You will have to choose existing  glidefunction methods.

 

Regards,

Sachin

 

 

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.