Forum Discussion

Jack2of3's avatar
Jack2of3
Icon for Helper II rankHelper II
2 years ago
Solved

Add sequence number that resets when filters applied

I need to add a Row Number (1,2,3,4...) to a table that resets to (1,2,3,4...) when a filter is applied. This is what I entered: *note: "ROW_NUM" is selected via SQL.  
  • Jack2of3's avatar
    Jack2of3
    2 years ago

    Decided to take the easy path and used a paginated report and added a column with =RowNumber("Contracts")