aakanksha pandey Posted May 21, 2018 Posted May 21, 2018 I am trying to give dynamic row number to the data . I have used limit expressions to get some desired output but i want the number to be displayed numerically. For example: in place of 96,97 ... I want to show1,2,3..... Is there any solution for it.
Jonathan Dowds Posted June 15, 2018 Posted June 15, 2018 You could create a new calculated column to re-rank the rows based on your limiting expression. For example, this will re-rank them based on the table row ID (but you could use the column shown in your screenshot). case when then Rank(RowId()) end
Grazia Palmisano Posted May 12, 2020 Posted May 12, 2020 If data are limited also by markings How to get the number
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now