locked
want to add Serial Number for grouping in Report RRS feed

  • Question

  • User745021241 posted

    how can i add serial number column for each group row in reports

    i tried this: =RowNumber("Group1")

    but not work with me

    but it's not right, :(

    Saturday, November 1, 2014 3:16 PM

Answers

  • User-734925760 posted

    Hi,

    So far as I know, please refer to the steps below:

    • Right-click the whole matrix  control, and then select Properties.
    • Switch to Groups tab, click Add button to add another Row group, in the expression textbox, please select groupedcolumn1 datafield(This is very important)
    •  Then click the new row group, then click Up button to move it to the top1 location.
    • Click OK
    • Switch to the report’s design surface, then type in the expression =Runningvalue(Fields!GroupColumn1Name.Value,countdistinct,"MatrixName") in the textbox created in step3.

    These steps come from the link below:

    http://forums.asp.net/t/1627940.aspx?would+want+Serial+Number+to+be+given+with+grouping+in+Report+Viewer

    Hope it's useful for you.

    Best Regards,

    Michelle Ge

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Monday, November 3, 2014 4:21 AM