InterviewSolution
Saved Bookmarks
| 1. |
In an SSRS Report, how would you generate a Sequence Number for all of the records? |
|
Answer» To obtain a sequence number for all the records in your SSRS report, USE the row number function. You may ACHIEVE this by ADDING a new BLANK column to your Tablix and then pivoting to expressions and writing expressions in the cell. |
|