Filter a repeating group based on a calculated value

I have a repeating group based on data from an API. I’m using one API call to get value 1, and another call (based on parameters obtained from the first call) to get value 2. I only want to show rows in the RG where value 1 - value 2 <> 0.

I have tried a couple of sort and filter options, but the best thing I could come up with is to make all of the elements invisible on rows where v1-v2=0. This shows the data that I want, but leaves potentially hundreds of blank rows for the user to scroll through.

The listshifter plugin would probably be where you find the solution using the process list action you can create a ‘processed list’ and add values to it that either result in a true or false evaluation.

1 Like