Hide repeating fields

Is there a way to hide repeating field values? I have tried using the following Cond function but I assume that I can only use it with values to return to the report viewer rather than inserting statements…

Cond(@namechanged <> mydata_data.name,@namechanged = mydata_data.name)

Hi and welcome to our community :slight_smile:!

You’re probably looking for the Previous function. Here’s a thread with a similar question:

Does that help?