How do you use IDEA functions in a custom function
Brian Element
I am sure there is a way but I have forgotten how to do it. I know for IDEAScript you put the i before the function but does the custom function have this option? I thought it did.
Well I finally remembered,
Well I finally remembered, you place an i in front of the IDEA function. So if you want to use the lower() function in a custom equation you would place an i in front of it like iLower() and it will work.