SSR Invisible row/GroupBy

  • Good day

    How do i make a row with "group by clause" invisible depending on a dataset field value,

    like iff(Fields!Show.value = true, false,true) on the group by visibilty property.

    Or is there a better way of doing it..

    Regards

  • I think there is only way for visibility

    =IIF(Fields!Show.value = true, false,true)

  • I have managed to set the visible property. It worked after i added the filter option, my problem now is that i was counting totals, sums, and a lot more on the group footers. The totals dont include the hidden fields any more yet i was calculating like =sum(fields!cost.value)

    would you know what might be causing this.

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

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