filter in simpleloop does not work when distinct child element is mentioned.
I have a requirement where I want to loop based on one of the field.(MARAEXTRT_FIELD1 in this case). I only want to loop for distinct values of this field so I have defined Distinct Child Element as shown below :
the issue is, even though the distinct works perfectly, the filter condition does not work. It creates a segment for null value of MARAEXTRT_FIELD2 which I don't want.
The filter works perfectly if I remove the Distinct Child Element, but both does not work. Is it a bug ? Any workaround for this?