Show only once

  • I HAVE A REPORT WITH PUBLICATION, DATE, ACCOUNT. Multiple accounts have same publications so i don't want to see them repeating in each row. Only if there is a change in publication i want to see the publication name in my report. Basically when ever there is a change i publication name i want to see the name.

  • I'd say try a matrix or tablix and group by Publications.

    Then for the report title, you coul try something like

    =Join(Fields!Publication.value, ", ")

    or whatever your publications field name is.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply