It seems that my repeat count is overriding my relevant and giving me a blank repeat row.
I have my relevant and repeat count like this on my begin repeat (relevant first).
This says if it is a X transect to not show this repeat at all.

I am getting a phantom all blank row in the repeat on X transects.

I also tried to add a statement to set repeat count to 0 on a X transect but I still get the phantom row.
if(contains(${Transect}, "X"), 0, if(${Transect} = "K" or ${ThalwegType} = "Core", 1, ${MidThalweg}))
Using 3.12/3.11
Any ideas on how to get rid of this phantom row? Or is this a bug?
Thanks