cancel
Showing results for 
Search instead for 
Did you mean: 

Define a Generic function

Former Member
0 Kudos

Which of the following is not generic function?

a. concat

b. CopyValue

c. DateTrans

d. ifWithoutElse

i need your help on this one because i think all of the functions are been provided in XI...

concat is a text function

copyvalue is a constant function

Datetrans is a conversion function

if withoutelse is a boolean function

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Simple answer DateTrans

Happy learning

Former Member
0 Kudos

thank you for the answer rajendran

but any reason for that choice?

Answers (2)

Answers (2)

former_member188972
Active Contributor
0 Kudos

What is a "generic function"?

You means "standard function"?

If yes, all the function are been provided in XI.

Regards,

Sergio

Former Member
0 Kudos

All functions (regardless of whether they are standard or user-defined functions) that do not have input values are refered to as Generating Functions (Constant, Sender, Receiver and CopyValue() are generating functions). All other functions are generic

Not a generic function should by this question "CopyValue"

Message was edited by: Luc Hermans

Former Member
0 Kudos

Again simple answer

Datetrans function not available in existing conversion function. Only fix values and value mapping are existing functions in conversion functions.

Remaining are already existeed

Hope it helps