So I'm pretty new to report writing (in fact, have been working almost exclusively on extracts and pretty much forgot everything I had known about report writing). Now I'm putting together a report where I've hidden certain repeating elements using:
=IIF(Fields!Username.Value = Previous(Fields!Username.Value), "", Fields!Username.Value)
Here's the thing -- if the field extends onto a new page, I need it to show this value, otherwise it looks like there are records that don't belong to anyone. Can anyone tell me how I can modify this to get it to show the contents of a cell on a page break but continue to hide it if it goes on repeating?
Thanks!