Hi Experts,
i am getting weird error while showing values using resultList object in UDF. When i use result.addValue() to add values in the resultList within the loop, i always get null value at first index of resultList object.Even I tried to add the counter values of the loop using result.addValue(i), still it shows <null> at the first place.
Any help would be much appreciated.
Thanks
Jyoti