Posts Tagged 'RowNumber'
Adding Row Number in SSRS Report
May 23rd, 2015
Sometimes users demand that the output of entries in a tablix contains a column with sequential number of the rows. Normally it would be sufficient to just add the RowNumber({Scope}) function. However, if your DataSet has a grouping then you will find that the row number that is displayed is no longer sequential but each [...]
Posted in:
Microsoft TechBook, Software Development
No Comments »