For more information, please refer to this announcement explaining best practices for getting answers to questions.
Fast Formula in Extract
Summary
Fast Formula in ExtractContent
Hi All,
I'm creating an extract to pull the details of employees whose elements have been changed. In this there is a special case, for example if a element xyz is changed or assigned to employee then we need to add the screen entry value of xyz element with screen entry value of xyz1.
for this i have created a fast formula to do the sum but this formula is giving below error
"ORA-20001: Formula CON_ELE_VAL_NL_FF, line 6, array data value missing. Details: There is no data for array DATA_ELEMENTS, index ele_name. For example, if an array is set up with only two data values at indexes 1 and 3, such as a[1] = -1 a[3] = -3, referencing an index value other than 1 or 3, such as b = a[2], will raise this error. Correct the formula to ensure that array data exists when referenced."