Tuesday, January 26, 2021

Delete Suppress

 Sometimes we get SUPPRESS entries which causes wrong results in the mapping.


Below UDF can be used to remove those entries:


for(int i=0; i<a.length; i++)

{

if(!a[i].equals(ResultList.SUPPRESS))

result.addValue(a[i]);

}









 
















------------------------------------------------AMOR FATI----------------------------------------------


No comments:

Post a Comment