cancel
Showing results for 
Search instead for 
Did you mean: 

Hi experts what is the different b/n simple UDF and advanced UDF.

Former Member
0 Kudos

1) what is the different b/n simple UDF and advanced UDF?

Accepted Solutions (0)

Answers (2)

Answers (2)

jyothi_anagani
Active Contributor
0 Kudos

Hi,

While Creating the UDF we will get 3 Radio buttons

 
Value
Context 
Queue
 

if we select value we can return only one single value.

if we select Context we can return Array of values within one Context

if we select Queue we can return Array of values within one Queue.

if we select value that is simple UDF.

if we select Context or Queue it is Advanced UDF.

Thanks.

former_member181962
Active Contributor
0 Kudos

Hi ganga,

A simple UDF takes only single values of the input parameters and returns only a single value.

An advanced UDF is capable of taking multiple ARRAYS of input values and can return ONE array of values.

Regards,

Ravi Kanth Talagana