1
Answer

RowNumber(Nothing) in SSRS with #11

Photo of Jes Sie

Jes Sie

4y
1.6k
1
Good day everyone!
 
I know that in SSRS, to get a row number of a tablix is to use the below code
  1. =RowNumber(Nothing)  
 With this, we will have 1, 2, 3, and so forth. But, what I need is to start the row number in 11. How can I do this? 

Answers (1)