How can I set conditions for Group list in RDL report

  • Hi to All! I want to apply grouping for Table depending on input variable value.

    I have couple of items in grouping list: grouping_by_id, grouping_by_date, grouping_by_type. I want turn off item "grouping_by_type" if some input variable equals "1" (for example); Could you please tell me How can I do it?

  • belkobot (4/11/2011)


    Hi to All! I want to apply grouping for Table depending on input variable value.

    I have couple of items in grouping list: grouping_by_id, grouping_by_date, grouping_by_type. I want turn off item "grouping_by_type" if some input variable equals "1" (for example); Could you please tell me How can I do it?

    Set the group value to an expression like =IIf(Parameters!paramName.Value = "1", 1, "something else")

    If you group of a constant, it's pretty much like not grouping at all.

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

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